States Changing

LukeB

New member
Hi,

Could you please advise me.
I cant get the AimSniperRifle, ReloadSniperRifle states to get used.

Could you advise me where this are called from. It does work correctly within the demo scene but I cant seem to figure out why?

Sorry if this is a stupid question.
 

Attachments

  • StateChanges.PNG
    StateChanges.PNG
    43.6 KB · Views: 8
On the CharacterLocomotion component on the player you have item abilities, including aim and reload. Click on these and you will see they have state names (or should), likely "Aim" and "Reload". Next to both of these is a checkbox called something like "append item name". Do all that and you will start weapon specific states with those names.
 
On the CharacterLocomotion component on the player you have item abilities, including aim and reload. Click on these and you will see they have state names (or should), likely "Aim" and "Reload". Next to both of these is a checkbox called something like "append item name". Do all that and you will start weapon specific states with those names.

Thank you, this works great.
 
Top