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
- Any small change in UI Builder Inspector refreshes Editor Inspector
- Inaccurate Box Collider boundaries on a rotated child Cube when the parent GameObject Scale is non-uniform
- [Android] "SHADOWS_SCREEN" set as shader Keyword when no "_ShadowMapTexture" is bound leads to freeze on a build on some Mali GPU devices
- The global scene list is overridden in a project built with command line when the Override Global Scene List setting is disabled in the build profile
- Global Scenes are not included in the Build when building multiple Build Profiles at the same time
Add comment