Search Issue Tracker
By Design
Votes
0
Found in
2019.1.0a9
2019.1.0a10
2019.2.0a1
Issue ID
1122060
Regression
Yes
Package scripts reset to default when restarting the editor
Steps to reproduce:
1. Create a new project
2. Add any package(e.g. HDRP)
3. Modify a script from the package
4. Let the editor recompile
5. Restart the editor
6. Open the script again
Expected result: changes made to a script are still there
Actual result: script is reset to what it was when it was imported
Reproduced on 2019.1.0a10, 2019.1.0b1, 2019.2.0a3
Not reproduced on 2018.3.3f1, 2019.1.0a9
Regression introduced in 2019.1.0a9
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Resolution Note:
Packages are immutable and cannot be modified. To modify packages, you need to embed them by copying the package's folder from PackageCache to Packages