User:Kisaragi marine/migration from unity: Difference between revisions

From Resonite Wiki
Created page with "== Components == {| class="wikitable" ! VRChat (w/ Unity) ! Resonite component |- | VRC Avatar Descriptor (VRChat) | Component:AvatarRoot |- | Animator | Component:VRIK |- | SkinnedMeshRenderer | Component:SkinnedMeshRenderer |- | MeshFilter | Component:MeshRenderer |} == Materials == {| class="wikitable" ! Unity ! Resonite |- | Standard ! PBS Materials |}"
 
mNo edit summary
 
Line 7: Line 7:
| [[Component:AvatarRoot|AvatarRoot]]
| [[Component:AvatarRoot|AvatarRoot]]
|-
|-
| Animator
| Animator (with Humanoid Rig)
| [[Component:VRIK|VRIK]]
| [[Component:VRIK|VRIK]]
|-
|-
Line 15: Line 15:
| MeshFilter
| MeshFilter
| [[Component:MeshRenderer|MeshRenderer]]
| [[Component:MeshRenderer|MeshRenderer]]
|-
| PhysBone (VRChat)
| rowspan="2" | [[:Category:Components:Physics:Dynamic_Bones|DynamicBone Components]]
|-
| DynamicBone (Unity)
|-
|}
|}


Line 23: Line 30:
|-
|-
| Standard
| Standard
! PBS Materials
| PBS Materials
|-
| Basic Toon shader
| [[Component:XiexeToonMaterial|XiexeToonMaterial]]
|-
| Basic Toon shader with Outline
| [[Component:XiexeToonOutlineMaterial|XiexeToonOutlineMaterial]]
|-
| [[Custom Shaders|Other shaders]]
| Possibly [[ProtoFlux]]
|}
|}

Latest revision as of 06:31, 6 September 2024

Components

VRChat (w/ Unity) Resonite component
VRC Avatar Descriptor (VRChat) AvatarRoot
Animator (with Humanoid Rig) VRIK
SkinnedMeshRenderer SkinnedMeshRenderer
MeshFilter MeshRenderer
PhysBone (VRChat) DynamicBone Components
DynamicBone (Unity)

Materials

Unity Resonite
Standard PBS Materials
Basic Toon shader XiexeToonMaterial
Basic Toon shader with Outline XiexeToonOutlineMaterial
Other shaders Possibly ProtoFlux