So I have a case where it would be really great if I could call specifically Rigidbody.AddForce directly from a C++ plugin.
Is there anyway at all this could be possible? Bypassing C# to get directly to a PhysX call?
Or can this somehow be done from a compute shader?