Hey everyone, i'm using unity free and excuse me if this is a dumb question(i bet it is, lol)
i know i can spawn cubes, cylinders, spheres and capsules but how about like a pyramid?
i can't add any triangular objects and that's bad D:
Wings 3d is another great 3d modelling program and it is very simple. Exports to 3ds and obj, which means exports to Unity. Create a pyramid in Wings 3d easily and then import into Unity 3d.
You can also get maya and if you are a student, for free. Maya is really good, they have tons of primitives (basic shapes like cubes, pyramids, cylinders) that you can model with just one click. Then you can save that file and drag it into unity. Blender is also a good option, but requires a bit more time to get just the basic shapes. Modeling with code I would not recommend because for most purposes it is much faster to use a 3d model from a program, then to create exactly what you are looking for from code.