Easy Asset Search
Ultimate Procedural Primitives Asset Image Purchase on the Asset Store » * This is an affiliate link, meaning we may earn a small commission if you purchase something through it, at no extra cost.

Ultimate Procedural Primitives

We created this product to be the No1 primitive asset. We offer Rounded Box, Super Ellipsoid Box, Fibonacci Sphere, Clouds, etc. All shapes can be manipulated by parameters.
Category:
3DCharacters
Developer:
KANIYONIKA
Price:
$11.99
Rating:
(3 reviews)
Favorites:
69
Download Size:
2.94 MB
Current Version:
5.1.0
Original Release:
Jul 4, 2022
Last Update:
Dec 27, 2024
Supported Unity Version:
2022.3.2 or higher
Description:

ver5.1.0 is RELEASED!! A new Box-SuperEllipsoid "Plus" has been added. The roundness of the top and bottom edges can be set separately. In addition, the roundness of the sides can be set separately.

ver5.0.1 is RELEASED!! Import speed is much faster.

ver5.0.0 is RELEASED!! The number of pivot locations that can be changed has increased significantly.

----------------------------------------------------

You can create meshes of the primitives listed below. In addition, by manipulating the parameters, it can be transformed into a variety of shapes. The Mesh Cuts also can!

  • Plane
  • Flex Plane
  • Super Ellipse Plane
  • Box
  • Flex Box
  • Rounded Box
  • Super Ellipsoid Box
  • Pyramid
  • Flex Pyramid
  • Perfect Triangular Flex Pyramid
  • UV Sphere
  • (ver2) Icosphere
  • (ver2) Fibonacci Sphere
  • Tear Drop
  • Cylinder
  • Cone
  • (ver3) Clouds
  • Supershape

*Common primitive-related assets create primitives on a Hierarchy. However, this asset creates primitives as a Mesh-Asset on the Project-Window.

I would recommend this asset to the following people

  • Anyone who wants to place more beautiful primitives like SuperEllipsoidBox in their game scenes.
  • People who want to make prototyping development faster and of higher quality.
  • People who want to deform primitives without using external tools such as Maya or Blender.

Pick out some features

  • Over 90 presets
  • Pivot, Parameters, and Direction can be changed
  • Optimized UVs
  • Normals can be inverted
  • Smooth or Flat surfaces can be selected
  • MeshCuts
Technical Details:

Note on using vertices

There are the following differences depending on whether SurfaceType is set to "Smooth" or "Flat".

There is also a difference when using MeshCut.

Smooth:

  • The value returned by "mesh.vertices" is the vertex information calculated from the formula. There are essentially no duplicate vertices, and they are regularly aligned.

Flat:

  • The value returned by "mesh.vertices" is the triangle information created based on the vertex information calculated from the formula. Since FlatSurface cannot be realized if vertices are shared, duplicate vertex information is added to create triangles. Ordering regularity is not guaranteed.

From the above, for example, if you want to use vertices in the order of the Fibonacci formula, set Smooth.

If you use mesh cut, duplicate vertex information will be added as when you select Flat. And the order of vertex information is not guaranteed.

Note that triangle information can be obtained by "mesh.triangles".


continue »

Similar Packages