Find a way to destroy the entity itself from the screen. Look into implementing the destroy(entityName) function of ursina for a start (works fine on exclusively defined entites like test = Entity(model='cube') but having problems making it work for entities generated by a class object.
Find a way to destroy the entity itself from the screen. Look into implementing the destroy(entityName) function of ursina for a start (works fine on exclusively defined entites like test = Entity(model='cube') but having problems making it work for entities generated by a class object.