TheBenderman / Senior-Design-ALS-Social-Media

4 stars 0 forks source link

Single Scene Execution #33

Open Pirobi opened 7 years ago

Pirobi commented 7 years ago

Create single Scene where other connectome scenes are loaded in instead of having to load multiple scenes. Requires current Twitter scene to be saved into a single prefab and modifications of ConnectomeScene class to allow this

Pirobi commented 7 years ago

1)Create a "ConnectomeMain" scene that contains the ConnectomeOverlay, ConnectomeCanvas, and ConectomeScene with the correct references set up. 1.5) Save those objects under a single "Connectome" prefab. 2)Remove everything from the twitter scene that is not related to the Twitter framework or UI. 3) Safe the remaining objects in the twitter scene as a prefab. Create a class that will be attached to the root of the resulting prefab. 4) Drag the Twitter prefab into the ConnectomeMain scene? Or do we want to load the prefab like how we do keyboards? 5) any changes to UI should be done from the twitter scene and then save the prefab. 6) Testing Twitter scene should be done only through the ConnectomeMain scene, or any scene that is set up with the Connectome Prefab.