Search Issue Tracker
By Design
Votes
1
Found in
Issue ID
707210
Regression
No
SyncListStruct class not initialized.
When using a SyncList class derived from SyncListStruct, the member variable gives the error "SyncList not initialized" at runtime when any operations are performed on it.
Comments (4)
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
- AI Navigation Preferences are not indexed for Search and cannot be found when searching for them in the Preferences Search field
- Sprite with normal map is lit incorrectly when GameObject is rotated 180 degrees on Y axis or Z Scale is set to "-1"
- SpeedTree does not move when using WindZone while having Vulkan or OpenGLES3 as an active Graphics API
- Shader Graph Preferences are not indexed for Search and cannot be found when searching for them in the Preferences Search field
- Excessive bloom intensity when using narrow aspect ratios
CGDever
May 19, 2016 19:35
Oh my God! Unity 5.3.3f the same error (
SyncList not initialized
DanielDollerup
Nov 20, 2015 10:45
Using the example provided by the Unity Docs, I still can't get this to work, I would also really like an example of how it is designed to be used
Tinjaw
Sep 22, 2015 18:45
I can't get it working. Does somebody have an example of how it is supposed to work if it is "by design"?
Morgenstern_1
Aug 11, 2015 10:22
I get this issue only with SyncListStructs defined outside of the file in which they are used. Move the definition to be within the same file and they start working.