Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/domiii/unitysandbox2

Random collection of game elements, primarily physics based stuff.
https://github.com/domiii/unitysandbox2

magnet physics stairs unity

Last synced: 4 months ago
JSON representation

Random collection of game elements, primarily physics based stuff.

Awesome Lists containing this project

README

        

Random collection of game elements, primarily physics based stuff.

Most importantly:

* [Gravity grab dynamics](https://github.com/Domiii/UnitySandbox2/tree/master/Assets/Scripts/GravityGrab): grab/attract/drop/throw objects
* 1st-person gravity grab dynamics
* similar to the gravity gun in HL2
* 3rd-person gravity grab dynamics
* the cursor can attract and drop objects like a giant magnet
* [animated stairs](https://github.com/Domiii/UnitySandbox2/tree/master/Assets/Scripts/AnimatedStairs)
* Stairs widen when approaching, walking them
* Stairs contract again when too far away
* [3D planet gravity](https://github.com/Domiii/UnitySandbox2/tree/master/Assets/Scripts/GravityHug): hug the surface of a sphere (still a bit bugged)