357
edits
| No edit summary | No edit summary | ||
| Line 38: | Line 38: | ||
| -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. | -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 objects, each object is going to be one word, then, I need to  | -When I  have an array of objects, each object is going to be one word, then, I need to match all objects with corresponding word 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