Whitelisted World Components

ParaSpace World SDK is developed based on Unity and complies with Unity Managed Code Stripping rules.

The following lists the Unity namespaces supported in a World. Components that are not in the namespace list are at risk of being removed during the Unity code stripping process, and may not work as expected.

You can check if an API is supported by quick search on the Unity Script Reference page.

Unity Namespace

  • UnityEngine
  • UnityEngine.UI
  • UnityEngine.Events
  • UnityEngine.AI
  • UnityEngine.Video
  • UnityEngine.Playables
  • UnityEngine.Animations

ParaSpace Components