UxrManager.LogMissingAvatarInScene Method
Given a component that requires an UxrAvatar component in the scene in order to work, logs an error indicating that it’s missing.
Namespace: UltimateXR.Core
Assembly: UltimateXR (in UltimateXR.dll) Version: 0.0.0.0
Syntax
C#
public static void LogMissingAvatarInScene(
Component component
)
Parameters
- component
- Type: Component
Component that requires an UxrAvatar in the scene.