357
edits
No edit summary |
No edit summary |
||
Line 36: | Line 36: | ||
WHAT IS NEXT | WHAT IS NEXT | ||
-The particle system is one single object. | -The particle system is one single object. In order to get separate objects for every word, first I need to understand the concept of serialization in Unity and use it to read from csv file and automatically create objects. | ||
-When I have an array of | -When I have an array of objects, each object is going to be one word, then, I need to iterate all objects using TextMeshPro-Asset. | ||
-Finally, I need to create an orbit camera to make the text face the camera from all angles. | -Finally, I need to create an orbit camera to make the text face the camera from all angles. |
edits