EcsRx / ecsrx.unity

A simple framework for unity using the ECS paradigm but with unirx for fully reactive systems.
MIT License
417 stars 65 forks source link

Issue with Plugins in EcsRx object randomly being null #31

Closed grofit closed 7 years ago

grofit commented 7 years ago

It seems to be an issue with Unity as the C# code seems valid for implicitly instantiating the list as part of the member declaration however for some reason Unity seems to break this in certain cases, so will need to move the assignment to one of the other areas.