#GetComponentData<T> from a Monobehaviour for re-access by reference
1 messages · Page 1 of 1 (latest)
Not safe to hold a reference to entity data
The memory could move
If you want a reference temporarily there's a getcomponentRW
Again you shouldn't hold this outside of current scope
I'll perform safety checks to ensure, It's mostly wanting to avoid the extra querying again to try and speed up reading the information. Don't need to write to it, just read
I'm not sure how you intend to safety check it?