Hello folks, for several days I’m struggling with my prototype so now I need some experts to point me the good way. I would like to be able to detect user swing/strike power. How to properly detect how hard user has swung with a controller so I could gather data about position around that swing and build my slash projectile of that. Haven’t been able to achieve what I was looking for yet. Maybe someone could help me out.
I was particularly trying with LineRenderer, trigger button and velocity magnitude of the controller to build a simple line or arc line don’t know yet what would bee the best approach. Learning and exploring for now.
I would like basically to detect a swing not based on any button/trigger click. Purely just the velocity of the controller? Is that a right-thinking?