Search Issue Tracker
Fixed
Fixed in 1.3.X - Entities, 7000.0.0a1
Votes
0
Found in [Package]
1.2.1 - Entities
1.3.X - Entities
7000.0.0a1
Issue ID
ECSB-1113
Regression
No
The Prefab reference in the runtime data gets set to None when a property is changed in the authoring data during Live Conversion
How to reproduce:
1. Open the “BugPrefabLiveConversion“ project
2. Open the “SampleScene“
3. In the Hierarchy window, enable the checkbox next to the “Subscene“
4. In the Inspector window open the “TestObject“ GameObject
5. Set the Inspectors data mode to Authoring and lock it
6. Open another Entity Inspector window with the “TestObject“ GameObject
7. Set it to Runtime mode
8. Enter the Play Mode
9. Press 'A' on the keyboard
10. Change the value of the “Value“ property of the “Test Bug Authoring“ component in the Inspector window with the Authoring mode
11. Observe the “Prefab Reference“ value of the “TestBug“ component in the Inspector window with the Runtime mode
Expected result: The “Prefab Reference“ value is set to “TestPrefab“
Actual result: The “Prefab Reference“ value is set to None
Reproducible with: 1.2.0, 1.2.1 (2022.3.30f1, 6000.0.3f1)
Could not test with: 0.51.1-preview.21 (2021.3.38f1) (Could not resolve the Console errors)
Reproducible on: macOS 13.5.2 (Intel), Windows 11 (User’s)
Not reproducible on: No other environments tested
Note: Removing the “Linked Entity Group Authoring“ component from the “TestObject“ GameObject makes the issue not reproducible
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
- Missing script error when clicking “script” link in Cave scene’s Water Sample Description
- [VFX Graph] Set Position Shape Gizmo isn't refreshed after shaper switch
- NullReferenceException is thrown when trying to access volumeStack from the HDCamera class
- Visual artifacts appear when using an Orthographic camera with a Reflection Probe
- Not all animation properties are accessible when a prefab with an avatar model contains a nested copy of itself with a renamed GameObject
Resolution Note (fix version 1.3.X - Entities):
This should be fixed in the next release of com.unity.entities in 1.3.X