To add it to your Unity project:
<dependency> <groupId>com.github.LoneDev6</groupId> <!-- Or the specific author --> <artifactId>PlayerAnimator</artifactId> <version>1.9.0</version> <!-- Ensure this is >= 1.9.0 --> <scope>compile</scope> <!-- Or provided, depending on usage --> </dependency>
To add it to your Unity project:
<dependency> <groupId>com.github.LoneDev6</groupId> <!-- Or the specific author --> <artifactId>PlayerAnimator</artifactId> <version>1.9.0</version> <!-- Ensure this is >= 1.9.0 --> <scope>compile</scope> <!-- Or provided, depending on usage --> </dependency>