Search Issue Tracker
Not Reproducible
Votes
0
Found in
2018.3.0a6
2018.4.5f1
Issue ID
1201166
Regression
No
[Improved Prefabs] Scriptable Objects lose connection to Prefab Variants when switching OS
For this particular project, the Game Designer was working on MacOS and the Developer was on Win 10.
- They collaborate via Git
- The developer made a Scriptable Object - called LevelData to make it easier to author many levels
- They wanted a new type of enemy, so the dev made a Green Frog prefab variant out of the Enemy_Toad prefab
- He then pushed the change
- The Designer pulled the new tools and started making the level.
- Then the designer pushed his changes as well
The result: All references to this new prefab variant were gone from the Scriptable objects, when the Dev pulled the new changes.
Also, when the dev attempted to fix this issue on his end, the Designer found that the references were now broken on his side!
To observe the broken references:
- download this project
- run the LevelTemplate scene in Strabeard->Scenes
- Press play
- notice that there are no enemies spawning into the scene, just some empty tiles: this is where the GreenFrog should have spawned.
Reproducible in 2018.4.5f1, 2019.2.13f1, 2019.3.0f1, 2020.1.0a15
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Texture2D hash changes inside of an AssetBundle when rebuilding a SpriteAtlas bundle with an empty AssetPostprocessor Script enabled
- Aniso Level still applies when Generate MipMap is disabled in Texture Import Settings
- Mipmap Limit Groups long names are not truncated when creating a new Mipmap Limit Group with a long name
- “ArgumentException: Invalid double parameter.” error is thrown when Infinity is typed into the Fixed Timestep field
- GameObject becomes gray when using HDRP and STP together on macOS
Add comment