Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/domiii/unitysandbox2
- Owner: Domiii
- License: mit
- Created: 2018-01-05T07:47:04.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-03T17:20:17.000Z (almost 6 years ago)
- Last Synced: 2024-08-03T05:14:55.294Z (6 months ago)
- Topics: magnet, physics, stairs, unity
- Language: C#
- Homepage:
- Size: 71.7 MB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)