Search Issue Tracker
Fixed in 7.1.1
Votes
0
Found in [Package]
7.0.1
Issue ID
1181366
Regression
Yes
Upgrading from Lightweight RP to Universal RP via package manager does not remove Lightweight RP
Upgrading from Lightweight RP to Universal RP via package manager does not remove Lightweight RP
To reproduce:
1. Create a new project in 19.2.4f1
2. Install Universal RP (Lightweight RP) in it
3. Open the project in a new version of unity
4. In package manager, manually upgrade the package to a new version.
5. Reopen unity
Expected result: Project upgrades cleanly, both after step 4 and after step 5
Actual result: Guid errors are thrown, due to two versions of the package existing.
Reproduced with: 2019.3.0b2
Reproducing with earlier version (2019.3.0b1) instead throws there errors:
Exception: Cannot load. Incorrect path: Packages/com.unity.render-pipelines.universal/Shaders/Utils/Blit.shader Null returned.
UnityEngine.Rendering.ResourceReloader.Load (System.String path, System.Type type, System.Boolean builtin) (at Library/PackageCache/com.unity.render-pipelines.core@7.0.1/Runtime/Utilities/ResourceReloader.cs:153)
UnityEngine.Rendering.ResourceReloader.SetAndLoadIfNull (System.Object container, System.Reflection.FieldInfo info, System.String path, System.Boolean builtin) (at Library/PackageCache/com.unity.render-pipelines.core@7.0.1/Runtime/Utilities/ResourceReloader.cs:162)
UnityEngine.Rendering.ResourceReloader.ReloadAllNullIn (System.Object container, System.String basePath) (at Library/PackageCache/com.unity.render-pipelines.core@7.0.1/Runtime/Utilities/ResourceReloader.cs:45)
UnityEngine.Rendering.ResourceReloader.ReloadAllNullIn (System.Object container, System.String basePath) (at Library/PackageCache/com.unity.render-pipelines.core@7.0.1/Runtime/Utilities/ResourceReloader.cs:36)
UnityEngine.Rendering.Universal.ForwardRendererData.OnEnable () (at Library/PackageCache/com.unity.render-pipelines.universal@7.0.1/Runtime/ForwardRendererData.cs:90)
Reproduced on: 2019.3.0b1
Also tested on 2020.1.0a3, however a different set of errors is thrown there.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
- Saving changes on the dirty VFX Graph during the Play mode throws "The referenced script (Unknown) on this Behaviour is missing!" warnings
- VFX Graph Debug Info overlaps the "Initialize" block debug info by default
Add comment