Hi
Could anyone please help me out with this?
I'm creating a linked list within an array to help me implement my pathfinding script, for the array i am using the Table class.
Within my script i need to be able to destroy an instance of the Table class that i have created so that i can start annew.
I have tried using the .dispose method, but it does not seem to work with this class, is there any other way to destroy an instance of an object?
Could anyone please help me out with this?
I'm creating a linked list within an array to help me implement my pathfinding script, for the array i am using the Table class.
Within my script i need to be able to destroy an instance of the Table class that i have created so that i can start annew.
I have tried using the .dispose method, but it does not seem to work with this class, is there any other way to destroy an instance of an object?