Skip to content

Primitives is a lightweight package for Unity that adds additional primitive shapes to the 3D editor menu beyond just Capsule, Sphere, Box, and Cylinder.

License

Notifications You must be signed in to change notification settings

ess4654/Unity-Primitives

Repository files navigation

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

ess4654 GitHub followers

See Also

About

Primitives is a lightweight package for Unity that adds additional primitive shapes to the 3D editor menu beyond just Capsule, Sphere, Box, and Cylinder.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages