V
V
vania932015-02-10 04:23:52
3D
vania93, 2015-02-10 04:23:52

How to add polygons on objects in Unity?

For example, I have a sphere, I want to add polygons to make it smoother,
dd355a4de34e44ff9cb15ad56596ead7.png
how to do it?
thanks in advance

Answer the question

In order to leave comments, you need to log in

1 answer(s)
G
GavriKos, 2015-02-10
@vania93

Unity is not your 3d editor. And even more so, the standard Mesh, which is the sphere, cannot be edited in a normal way at all. You can, of course, try to extract the Mesh object from the GameObject in the code, but then only manually remake it with some tricky algorithm for a larger number of polygons.
An alternative option is to use pre-created meshes in which 3ds max thread with the desired number of polygons.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question