Setting up a Skybox
VketCloudSDK cannot handle a Unity Skybox. Therefore, a Box or Sphere object with a reversed normal can be used as a pseudo-Skybox instead.
While an object with reversed normal is usually created by using Blender and other 3D modeling software, the SDK has a Skybox object in its tutorial scene, which can be used in your creation by placing the object / replacing texture in your project.
How to setup a background
-
Select the tutorial scene (Basic) in the SDK settings (VketCloudSDK menu > Settings), which will download the tutorial scene data and related assets.
-
The Skybox object used in the tutorial scene is located in "Assets > Samples > Vket Cloud SDK > 9.11.1 > Tutorial -basic- > Used Files > Models". Select the "Sky_Sphere" object in the "Models" folder and drag & drop to place it in your scene.
-
The scale of the Sky_Sphere can be edited in the Inspector. Also, the texture can be replaced by your own by editing the Skybox material located in the Inspector.
-
Build & Run to see the Skybox in scene.
Tips
By selecting "Unlit/Texture" for the material shader, the Skybox object will be displayed without shadows.
about HEOBackgroundTexture
As an alternative method to setup a background, the HEOBackgroundTexture component can be used to designate background textures.