Primitives is a lightweight package for Unity that adds additional primitive shapes to the 3D editor menu beyond just Capsule, Sphere, Box, and Cylinder. Primitives supports Built-in, URP, and HDRP render pipelines and will automatically find the correct default material to apply to the created model.
- Unity 2018.3 or later
Find the manifest.json
file in the Packages
directory in your project and add the following line:
{
"dependencies": {
"com.techskullstudios.primitives": "https://github.com/ess4654/Unity-Primitives.git",
...
},
}
The Following Shapes are included in the package:
- Cone
- Pyramid
- Torus
- Inverse Cube
- Ramp
- Open Box
- Stair
- Tube
- Arch
- Prism
- Hexagon
- Octagon
- Octahedron
- Icosahedron
To use primitives, simply right click in the hierarchy and select from the dropdown menu the 3D category, you will now see all 14 available primitve shapes this package adds to Unity.
I do this for free so you dont have to.
All the support I get is greatly appriciated :)
- MIT
- GitHub page : https://github.com/ess4654/Unity-Primitives
- Releases : https://github.com/ess4654/Unity-Primitives/releases
- Issue tracker : https://github.com/ess4654/Unity-Primitives/issues
- Change log : https://github.com/ess4654/Unity-Primitives/blob/main/CHANGELOG.md