Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 712 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 712 Bytes

Overview

These are several utility scripts that can be handy when working on a Unity project.

Dependencies

No needed dependencies besides a running Unity build.

Getting started

The installation process for this is very simple.

  1. Just add the scripts you want to your Unity project.

Current Scripts in project

At the moment these are the scripts available:

  1. FPSDisplay - Add this to a Game Object and your game will display FPS information in the screen.
  2. PersistObject - Add this to a Game Object and it won't be destroyed when the scenes changes
  3. Rotate Object - Add this to a Game Object and it can automatically rotate on any axis. Speed can be controlled within the component parameters.