deleteStr

Platform Compatibility PC Mac OSX Oculus Quest X X X Delete global string Parameters: name A string value Example: 1obj.deleteStr(name)

globalStr

Platform Compatibility PC Mac OSX Oculus Quest X X X Get a global string Parameters: name A string value Example: 1obj.globalStr(name)

setGlobalStr

Platform Compatibility PC Mac OSX Oculus Quest X X X Set a global string Parameters: name A string value value A string value Example: 1obj.setGlobalStr(name, value)

deleteInt

Platform Compatibility PC Mac OSX Oculus Quest X X X Delete global int Parameters: name A string value Example: 1obj.deleteInt(name)

globalInt

Platform Compatibility PC Mac OSX Oculus Quest X X X Get global int Parameters: name A string value Example: 1obj.globalInt(name)

setGlobalInt

Platform Compatibility PC Mac OSX Oculus Quest X X X Set a global int Parameters: name A string value value An integer value Example: 1obj.setGlobalInt(name, value)

GetAssetLevels

Platform Compatibility PC Mac OSX Oculus Quest X X * * – When Asset Bundle is exported in Android format Get a list of levels in an AssetBundle Parameters: assetbundle A string value returns a String (text) value Example: 1obj.GetAssetLevels(assetbundle)

GoAssetLevel

Platform Compatibility PC Mac OSX Oculus Quest X X * * – When Asset Bundle is exported in Android format Try to go to a scene from an asset bundle Parameters: assetbundle A string value representing the name of the asset bundle level A string value representing the name of the level to load Example: … Read more GoAssetLevel

GoLevel

Platform Compatibility PC Mac OSX Oculus Quest X X X Parameters: name (optional) The name of the level, if none is provided restart the same level again Example: 12–Try to go to a level, if it doesn’t exist restart this level obj.GoLevel("MySecondLevel")

GoToEditor

Platform Compatibility PC Mac OSX Oculus Quest X X – Go back to the level editor 1obj.GoToEditor()