rrazgriz / RATS

Harmony-based Unity Editor QOL
https://vpm.razgriz.one
MIT License
84 stars 7 forks source link

Has Exit Time checkbox has to be checked to prevent errors showing up in console #10

Closed CuteWaterBeary closed 1 year ago

CuteWaterBeary commented 1 year ago

If Has Exit Time is unchecked, clicking on any transition will show a double or triple error on both existing, properly working transitions, and on newly created states and transitions.

2023-04-18-00-51-03

2023-04-18-00-51-13

Just checking off the box for Has Exit Time fixes this.

2023-04-18-00-54-36

TayouVR commented 1 year ago

that is just a warning from unity. Nothing RATS can do about it. You can always re-enabled Has Exit Time on the affected states manually.

As the warning states as soon as you add a condition to your transitions it will work just fine

CuteWaterBeary commented 1 year ago

The transitions are already there - Unity shows no warnings unless I uncheck Has Exit Time on RATS and click back on the correctly configured states/transitions.

I believe the [ ] Has Exit time checkbox is for newly created states but it starts giving errors on every state that exists in the whole project without even creating new ones.

rrazgriz commented 1 year ago

This is a weird one. I think I can get around it with a quick assetdatabase check, will include in next patch.

rrazgriz commented 1 year ago

This should be fixed as of 1.1.2.