top of page
Writer's pictureDavid Flores

An Update Method Update

In a previous post about our custom version of the Update Method, I mentioned that one of the major differences between ours and Unity's built-in version is that ours didn't have proper handling of objects being destroyed.


Well, that changes today.

Update with Destroy
A single click of a button and destruction befalls this world.

As the animation above shows, several objects in the scene get destroyed all at once, and our custom Update Method continues unhindered, making us one step closer to having a true Update Method comparable to Unity's default one.

 

This block face in this scene finally earned his nose.


10 views0 comments

Comments


bottom of page