mordentral / VRExpansionPlugin

A UE4-5 VR framework
https://www.vreue4.com
MIT License
522 stars 109 forks source link

How to disable capsule rotation? #19

Closed TrueCreators closed 2 years ago

TrueCreators commented 2 years ago

How to disable capsule rotation with camera? This is necessary to work with ALSv4

mordentral commented 2 years ago

The capsule doesn't rotate with the camera, its only visual as im moving its physics scene representation.

I also doubt ALSv4 will just slot in and work perfectly without modifications, I know one user adjusted where ALSv4 calculates its velocity to have it working with a VRE std character.

mordentral commented 2 years ago

In the end regardless, I don't entirely understand the need for ALSv4 anyway since its not providing much in the way of useful features for VR, the only time I would see it being that useful is third person and you don't need the offsettable capsule for that anyway.