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
- [Remote Config] PreparePayloadWithConfigType function is looking for camelCase property names, when the JSON objects are using PascalCase naming
- UI Builder Viewport's Tool Gizmo has deadzones
- SpriteShapes are rendered using multiple draw calls when the SRP Batcher determines their nodes are incompatible in a specific project
- UI Toolkit Debugger "Pick Element" selects Scene view panel when trying to select a world space UI element in the Scene view
- MSAA warnings are thrown when custom post-processing is used and the Scene contains transparent GameObjects
Add comment