Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Roland09/StampToolExtended
Extended version of the Unity Terrain Stamp Tool
https://github.com/Roland09/StampToolExtended
Last synced: 3 months ago
JSON representation
Extended version of the Unity Terrain Stamp Tool
- Host: GitHub
- URL: https://github.com/Roland09/StampToolExtended
- Owner: Roland09
- License: other
- Created: 2019-04-14T08:03:24.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-10-02T05:41:52.000Z (about 2 years ago)
- Last Synced: 2024-06-17T15:52:14.903Z (5 months ago)
- Language: C#
- Size: 58.6 KB
- Stars: 51
- Watchers: 6
- Forks: 14
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-unity3d - StampToolExtended - Extended version of the Unity Terrain Stamp Tool. (Open Source Repositories / Level Editor)
- awesome-opensource-unity - StampToolExtended - Extended version of the Unity Terrain Stamp Tool. (Open Source Packages / Level Editor)
README
# Stamp Tool (Extended)
This is similar to the existing Unity Terrain Stamp Tool, but which supports special mouse handling and other features.
## Features
Special Mouse and Keyboard Shortcuts:
+ brush resize: ctrl + mouse drag left/right
+ brush rotation: ctrl + mousewheel
+ stamp resize: ctrl + shift + mousewheelStamp 3d Preview
## Screenshots
Inspector:
![inspector](https://user-images.githubusercontent.com/10963432/56090074-4448aa00-5e9d-11e9-832d-7f9cc12e3ec4.png)
Example (resize brush, resize stamp, rotate brush):
![example-1](https://user-images.githubusercontent.com/10963432/56090244-f84b3480-5e9f-11e9-91e7-c81e7b727287.gif)
Example (3d preview)
![preview3d](https://user-images.githubusercontent.com/10963432/56495511-54443780-64f6-11e9-8faa-cb2759223620.gif)
## Requirements
Unity 2018.3+
## Update
Time passes by ... Unity added rotation and scaling to their a later version of their Terrain Tools
Credits
-------------------------------------
Full credit and a BIG THANK YOU(!!!) to the very skilled and most awesome developers at Unity who provided the Terrain Tool Samples for free for the community.