How to reset values for instantiated gameobject from ObjectPool

Hi,
I'm trying to use ObjectPool for my gameobjects. But the value is not reset when instantiated.
I want to know what is the best way to reset the values?
 
You will need to develop your own solution for this. The ObjectPool does not reset any values as it is just there for pooling.
 
Top