pafuhana1213 / KawaiiPhysics

KawaiiPhysics : Simple fake Physics for UnrealEngine4 & 5
MIT License
1.92k stars 287 forks source link

Warning when use AnimationIntanceBlueprint Template #118

Closed questionkiller closed 4 months ago

questionkiller commented 5 months ago

When using ABP template, compile result gives waring "Rootbone is empty". When I close PIE, ue crash

pafuhana1213 commented 4 months ago

Hi @questionkiller , The warning is not specific to TemplateABP, and it is intentional to issue a warning when it is set to none. However, I felt it was inconvenient that RootBone and ExcludeBones could not be set in the derived destination of TemplateABP, so I added a dedicated AnimNode function. I have also added a sample, so please take a look.

Also, since I was unable to reproduce the crash, it would be helpful if you could create another issue ticket and write detailed reproduction steps there.

Thanks!