3D games development

Dear Team,

I am following the 3D Apple Games by Tutorials and I am at the 2nd chapter on adding of an asset catalog

I added the below line as instructed in the book :slight_smile:

scnScene.background.contents = “GeometryFighter.scnassets/Textures/Background_Diffuse.jpg”

Expected Result : a blue background image.

Actual Result. : I am getting a blank screen

I am using Xcode Version 15.2

Appreciate your help please ?

hi team

morning.
The issue was resolved.
Is just the ordering of calling of function within viewDidLoad().

thanks v much