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
- Mono Windows Builds don't produce full log callstacks when generating logs
- AssetBundles fail to load when running in Built Players for Mobile Devices
- UI elements with text gets bigger and grey when Player window is moved to another screen with different resolution
- System name accepts multiline text but crops it on confirmation, duplicates input, and shrinks the field when empty
- UI element scale and position are wrong in project build when DRS is changed with HDR and Software Dynamic Resolution enabled
Add comment