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
- Memory leak when a lot of UI elements are spawned and despawned
- Warnings are not logged in the Console window when using external code analyzers
- Errors “TLS Allocator ALLOC_TEMP_TLS, underlying allocator ALLOC_TEMP_MAIN has unfreed allocations, size 288“ appear constantly when Prefab is open
- Crash on PPtr<Shader>::operator or NullException errors spammed in console when calling Dispose() on null GraphicsBuffer with baked Reflection Probes
- “EndRenderPass: Not inside a Renderpass” and other Render Graph errors in the Player when Render Graph is enabled and Overlay UI is used
Add comment