Looks like you're not logged in

Login or Register to continue

Lesson Q&A

Use this space for questions related to what you're learning. For any other type of support (website, learning platform, payments, etc...) please get in touch using the contact form.

  • Is memory automatically managed on the .new() references in Simulation.gd?ryanrom5Hello, I noticed we aren't calling free() on _work_system, _power_system, or _tracker like we did with the entity instance()'s in the beginning of this tutorial. Is this because the references here are classes that extend reference and are managed by ARC? Also, if we called new() on a class that extended node, and didn't add them to the tree, we probably would need to free() those, right? Thank you 1 0 Jun. 17, 2022
Site is in BETA!found a bug?