Search Issue Tracker
Active
Under Consideration for 6000.5.X
Votes
0
Found in
6000.3.1f1
6000.4.0a6
6000.5.0a3
Issue ID
UUM-128623
Regression
No
After upgrading a project, when the samples are installed, the Install Samples button is still present, and installing them a second time results in duplicated assemblies and errors
Steps to reproduce:
1. Open a project with the VFX package installed on the latest 6.2
2. Install the learning templates
3. Upgrade to the latest 6.3
4. Install the learning templates again
Actual results: The Install Learning Templates button is still present, installation is allowed, and identical assemblies are installed in different locations
Assembly with name 'Unity.RenderPipelines.Core.Samples.Editor' already exists (Assets/Samples/Scriptable Render Pipeline Core/{}17.3.0/Common/{}Scripts/Editor/Unity.RenderPipelines.Core.Samples.Editor.asmdef)
Assembly with name 'Unity.RenderPipelines.Core.Samples.Editor' already exists (Assets/Samples/Scriptable Render Pipeline Core/{}Common/{}Scripts/Editor/Unity.RenderPipelines.Core.Samples.Editor.asmdef)
Expected results:
- It is detected whether the samples are installed or not, and if they are already installed, the button is not present until the Samples folder is deleted.
- Or path is fixed and everything gets cleanly re-installed
Reproducible with versions: 6000.3, 6000.4, 6000.5
Not reproducible with versions:
Can’t test with versions:
Tested on (OS): macOS
Notes:
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Texture Import Warnings are obscured by other Terrain Layer options in the Inspector
- Active Targets section text in Graph Inspector is truncated despite available space
- Burst Inspector middle divider is jittering when resized with the Burst Inspector window docked
- Shader Graph Node information is briefly displayed in Graph Inspector when clicking on Category in the Blackboard
- JsonConvert conversion fails trying to call GetCallbackMethodsForType when [OnDeserialized] is used in a class
Add comment