Skip to content

Commit

Permalink
Add RequireComponent
Browse files Browse the repository at this point in the history
Add Humanoid as RequireComponent to Vrm10Instance.cs
  • Loading branch information
FujiSunflower committed Feb 17, 2024
1 parent c684b72 commit e4474a3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ namespace UniVRM10
[AddComponentMenu("VRM10/VRMInstance")]
[DisallowMultipleComponent]
[DefaultExecutionOrder(11000)]
[RequireComponent(typeof(UniHumanoid.Humanoid))]
public class Vrm10Instance : MonoBehaviour
{
/// <summary>
Expand Down

0 comments on commit e4474a3

Please sign in to comment.