GMU:Critical VR Lab I/F.Z.Ayguler: Difference between revisions

From Medien Wiki
No edit summary
No edit summary
Line 36: Line 36:
WHAT IS NEXT
WHAT IS NEXT


-The particle system is one single object. What I need is separate objects for every word. concept of serialization 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  iterate all objects and use instantiate to create using TextMeshPro-Asset.
-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.