Jump to content

Recommended Posts

I made a custom idle animation with the custom player animation mod to test it, and it worked in the mod, but in my player mod it's completely invisible.

I have this in my prefab's common_postinit
 

inst.customidleanim = "idle_orange"

and my idle is in my anims folder
image.png.e4d87c279b0d18cd55d6d6920a03f18e.png

is there something i'm doing wrong?

18 minutes ago, IronHunter said:

Did you make sure to add the asset so it is loaded into the game?

Hi! I already figured this out with some helpers from the dst server :) My issue was I didn't name my anim correctly in my code (the anim name was orange_idle and i said idle_orange in the code)

  • Haha 1

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
  • Create New...