Include MWX files
- Last UpdatedNov 05, 2023
- 1 minute read
Include all the MWX files needed by each custom avatar in the project.
Add needed MWX files
Add to the relevant MWX node:
-
Avatar definition MWX
-
Set of animation MWX
Note: the path because custom avatar MWX may have been stored in a dedicated folder under user.
Code example
This is a code example for MWX inclusion.
<Mwx name="mwx_avatar_def4_indiM" file="user\avatars\avatar_def4_indiM.MWX"/>
<Mwx name="mwx_avatar_anim_def4_indiM_walk" file="user\avatars\avatar_anim_def4_indiM_walk.MWX"/>
<!-- .... -->