Tech Skull Studios Primitives
Primitives is a lightweight package for Unity that adds additional primitive shapes to the 3D editor menu beyond just Capsule, Sphere, Box, and Cylinder.
com.techskullstudios.primitives 
Install via UPM
Add to Unity Package Manager using this URL
https://www.pkglnk.dev/ess4654-primitives.git README Markdown
Copy this to your project's README.md
## Installation
Add **Tech Skull Studios Primitives** to your Unity project via Package Manager:
1. Open **Window > Package Manager**
2. Click **+** > **Add package from git URL**
3. Enter:
```
https://www.pkglnk.dev/ess4654-primitives.git
```
[](https://www.pkglnk.dev/pkg/ess4654-primitives)README
Primitives For Unity
Description
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.
Installation
via Package Manager
Requirement
- 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",
...
},
}
Shapes Included
The Following Shapes are included in the package:
- Cone

- Pyramid

- Torus

- Inverse Cube

- Ramp

- Open Box

- Stair

- Tube

- Arch

- Prism

- Hexagon

- Octagon

- Octahedron

- Icosahedron

Usage
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.

Support
I do this for free so you dont have to.
All the support I get is greatly appriciated :)

License
- MIT
Author
See Also
- 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
No comments yet. Be the first!