Replies: 1 comment 9 replies
-
Are you coming from a C or C++ environment? Since C# is a managed language, all objects that have no reference to it will be collected by the garbage collector. See: Automatic Memory Management You only need to clean up objects that have a |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
how do i remove the entity from memory after removing it from the scene? "entity = null;" doesn't work as it's a read only variable.
Beta Was this translation helpful? Give feedback.
All reactions