Search Issue Tracker
Not Reproducible
Votes
1
Found in
2017.3.0b11
Issue ID
973900
Regression
No
Unwanted scene dependency can be created when removing script from game object
Steps to reproduce:
1. Create new project
2. Create Cube prefab and script with public Object Test variable
3. Add script to a cube prefab (in Project window)
4. Create and set Sphere prefab as Test variable (in Hierarchy)
5. Save scene
6. Check scene dependencies left mouse button -> select Dependencies (2 objects 1 script 1 scene)
7. Remove from Cube script (in Hierarchy)
8. Save scene
9. Check dependencies (2 objects 1 script 1 scene)
10. Check cube prefab in the Project window. There isn't sphere object set as test variable. So it shouldn't be linked it as depended.
Expected results: 1 Cube prefab, 1 script and 1 scene is linked as depended
Actual results: 1 Cube prefab 1 sphere prefab, 1 script and 1 scene is linked as depended
Note: Reverting prefab unlikns Sphere from the scene
Reproduced with: 2018.1.0a7, 2017.3.0f1, 2017.2.0p4, 2017.1.2p3, 5.6.4p2
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- “Screen position out of view frustum...” errors are thrown when zooming out in the Scene view after creating UI GameObject
- CurveTexture is not being released when unloading AssetBundle containing a Scene with ColorCurves post-processing component in Global Volume
- Crash on ExtractActiveCasterInfo when navigating the scene view in a project with specific lighting data
- Build Profile name increments when numeric suffix is removed from duplicate Profile name
- "Unrecognized block header in profiler data file, stopping deserialization" error is shown and no more profiler data is recorded when the Player is connected and profiler recording is enabled/disabled few times
Add comment