These are several utility scripts that can be handy when working on a Unity project.
No needed dependencies besides a running Unity build.
The installation process for this is very simple.
- Just add the scripts you want to your Unity project.
At the moment these are the scripts available:
- FPSDisplay - Add this to a Game Object and your game will display FPS information in the screen.
- PersistObject - Add this to a Game Object and it won't be destroyed when the scenes changes
- Rotate Object - Add this to a Game Object and it can automatically rotate on any axis. Speed can be controlled within the component parameters.