https://github.com/mminer/shortcuts
Handy shortcuts for Unity.
https://github.com/mminer/shortcuts
game-dev game-development unity unity3d
Last synced: 5 months ago
JSON representation
Handy shortcuts for Unity.
- Host: GitHub
- URL: https://github.com/mminer/shortcuts
- Owner: mminer
- License: mit
- Created: 2022-08-19T23:57:17.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-20T00:04:29.000Z (almost 4 years ago)
- Last Synced: 2025-05-15T10:39:10.522Z (about 1 year ago)
- Topics: game-dev, game-development, unity, unity3d
- Language: C#
- Homepage:
- Size: 3.91 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Unity Shortcuts
Handy shortcuts for Unity.
- **GameObject/Reset Position**: sets the selected transform's position to (0, 0, 0)
- **GameObject/Reset Rotation**: sets the selected transform's rotation to (0, 0, 0)
- **GameObject/Reset Scale**: sets the selected transform's scale to (0, 0, 0)
- **GameObject/Reset Transform**: sets the selected transform's position, rotation, and scale to (0, 0, 0)
- **Edit/Select Parent**: selects the selected game object's parent