VR Expansion Plugin

There is already an example in the main graph for the character, it sets up to a timer at like 30htz and resizes the capsule to the HMD’s height.

Search for the words capsule and resize, its not in a function atm, just a node comment box.

I would give a word of warning though, I would generally only use in single player or at a low htz in multiplayer due to the cost of re-creating the capsule collision on the physics thread. It replicates capsule heights now to support people that want it in multiplayer, but it is still costly.