Skip to content

Commit

Permalink
Merge pull request #2245 from FujiSunflower/patch-1
Browse files Browse the repository at this point in the history
Add Humanoid as RequireComponent
  • Loading branch information
ousttrue committed Feb 22, 2024
2 parents 9526159 + e4474a3 commit 297c12d
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 297c12d

Please sign in to comment.