https://github.com/end3r6/plageu
Plane Generation Stuff For Unity
https://github.com/end3r6/plageu
helpful mesh mesh-generation plane procedural-generation unity unity3d water
Last synced: 3 months ago
JSON representation
Plane Generation Stuff For Unity
- Host: GitHub
- URL: https://github.com/end3r6/plageu
- Owner: End3r6
- License: mit
- Created: 2022-08-12T00:15:02.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-10-25T20:07:39.000Z (over 2 years ago)
- Last Synced: 2025-01-22T05:44:33.810Z (4 months ago)
- Topics: helpful, mesh, mesh-generation, plane, procedural-generation, unity, unity3d, water
- Language: C#
- Homepage:
- Size: 3.62 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: License
Awesome Lists containing this project
README
# PLaGeU
Plane Generation Stuff For Unity# What
This provides users the ability to quickly generate planes of any dimension and resolution.# Why
I made this to solve a problem of water planes. Often, if I wanted a high res plane, I would have to open a 3d modeling tool, build the mesh,
and then export the mesh to my unity project. This was tedious. So, I made a solution that would let me create a plane of any dimensions and resolution with just a click of a button.# How To Use
Download the most recent release and drag the extracted folder into your unity assets folder.
Next, under Tools/Plague, choose which plane you wish to generate. Once you open your chosen window, enter the dimensions, resolution, the material and the number chunks for the plane you wish to generate. After you are done with that, press build plane.
Last, Enjoy!note: Unless you specify a material, the mesh will show up as pink just specify a material and it will all work out :)