UxrManager.LogMissingAvatarInHierarchyError Method

Given a component that requires an UxrAvatar component in the hierarchy 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 LogMissingAvatarInHierarchyError(
	Component component
)

Parameters

 

component
Type: Component
Component that requires an UxrAvatar on its GameObject or any of its parents.

See Also

Reference

UxrManager Class
UltimateXR.Core Namespace