Void Actions
Void Actions is a utility tool that exposes built-in unity methods to the inspector to limit the number of single purpose scripts required to create a game.
by Tech Skull Studios
Price History +
Void Actions is a utility tool that exposes built-in unity methods such as Start, Awake, and OnUpdate to the inspector. It can be very useful in limiting the number of single purpose scripts required to create a game by allowing the developer to extrapolate logic to the inspector.