xcode graph scene not visible

1.1k Views Asked by At

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

3

There are 3 best solutions below

0
On

Click on the toolbar item that currently reads "No Selection". Or click on the name of the scene ("ship.scn") to see child nodes.

enter image description here

0
On

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.

3
On

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