- Home /
Dispose Function in c# Unity
My scenario is that i have objects in my scene and i give input values to move them on click of execute button.But when i edit my input values and then press execute button then the objects do not move because of existing values in the memory of that input values.So i need a disposable function that can refresh the whole scenario and also execute the 2nd time given values without stopping and running the the whole application
Comment
Your answer
