spatialsys/spatial-unity-sdk

[DOC SUGGESTION] Example Suggestion

Closed this issue · 1 comments

Doc Page Links

https://cs.spatial.io/api/SpatialSys.UnitySDK.SpatialBridge.html

Explain Suggestion

Show an example of using the bridge

Code Suggestion

void Start()
{
    SpatialBridge.coreGUIService.DisplayToastMessage("Hello World");
}

Contribution Credit

alanSherba

closed