Publisher | Gaskellgames |
---|---|
File size | 1.80MB |
Number of files | 211 |
Latest version | 1.5.8 |
Latest release date | 2024-05-09 07:00:19 |
First release date | 2022-11-15 01:23:12 |
Supported Unity versions | 2018.4.2 or higher |
This simple to use toolset allows you to easily implement moving platforms all from the inspector.
With this tool you can visualise a moving platform's path in the unity editor scene view, easily set the transform order and easily add new waypoints all from the inspector. Platforms can move (position & rotation) through a series of waypoints and carry other game objects without parenting the carried object!
Just add the 'Moving Platforms Controller' script to any game object to set it up as a moving platform. The system doesn't use tags or layerMasks, so you can set these as anything you require to match your game's other code (e.g. set the layerMask to be 'whatIsGround' tag for a player controller, etc...)
!! Please Note: As the rotations use Quaternions there are some limitations to be aware of. See technical details for more information !!