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
- Tile Palette grid is moved after entering Play Mode
- Tile Palette Edit mode turns off in Play Mode
- The Editor crashes when Generating Font Atlas in the Font Asset Creator with “9999999999” padding and 256x256 Atlas Resolution
- [iOS] An “ArgumentNullException” error is thrown when GetIntroductoryPriceDictionary() method is called
- Font Import Settings documentation page is missing when the documentation button is pressed in the Inspector window
Add comment