Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

xcode graph scene not visible

2 in yosemite vmware 10.10 my problem is that whenever I create a game project and click on art.scnassets and select ship.scn file to open in scene view the ship model not shown visible in xcode scene graph. it just empty screen. Also if I drag a 3D sphere and floor from toolbar it also not appear in xcode scene graph I am attaching the image please help me how can I see my 3d model scene graph for aditing properties and textures..

enter image description here

like image 362
Flying Avatar asked Nov 15 '25 09:11

Flying


2 Answers

It's sneaky. Click this button on the bottom-left corner and it will launch a Scene Graph interface that you can click and edit things on.

From RayWenderlich

like image 141
Saul Aryeh Kohn Avatar answered Nov 18 '25 06:11

Saul Aryeh Kohn


You can work around this issue by making a copy of the .scn file at the file level on your mac. Make sure you make the copy within the art.scnassets folder.

This copy should have all toolbars and controls associated with it. Once you have verified this you can delete the original and rename the copy.

like image 38
Antony Kancidrowski Avatar answered Nov 18 '25 05:11

Antony Kancidrowski