Search Issue Tracker
Fixed in 2.2.3
Votes
0
Found in [Package]
2.2.1
Issue ID
1351888
Regression
Yes
Latest UDP package throws compilation error CS0103 when imported together with Tutorial Framework 2.0.0 package
Steps to reproduce:
1. Create/Open any Unity project
2. Open Package Manager
3. Import Tutorial Framework package version 2.0.0 ("com.unity.learn.iet-framework": "2.0.0")
4. Import latest Unity Distribution Portal package (com.unity.purchasing.udp)
Expected result: No package conficts, no errors are thrown, scripts compile successfully
Actual result: Package compilation fails with error:
Library/PackageCache/com.unity.purchasing.udp@2.2.1/Editor/Tutorial/Editor/TutorialCallbacks.cs(27,16): error CS0103: The name 'ScriptableObjectUtils' does not exist in the current context
Reproduced with : com.unity.purchasing.udp 2.2.1 (2022.1.0a3)
Didn't reproduce with: com.unity.purchasing.udp 2.1.6 (2022.1.0a3)
Note: 2.2.1 became the default UDP package version in 2022.1.0a3
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Blue lines appear on the sides of the "Fit Canvas" or "Fit viewport" button when it's clicked in the UI Builder.
- PlayableDirector's state remains set to Playing even when the timeline's time property exceeds its duration.
- Favorites section does not collapse in the Project window when holding the ALT key
- Asset Preview displays missing Material after the missing Material was restored
- UnauthorizedAccessException is outputted when edits are made to SceneTemplateSettings with Perforce Integration Enabled
Add comment