Hello I wanted to notify you that Im currently on 4.22 preview(I know because this is a preview that I should expect problems) and Im currently working on getting the 4.21 version of the plugin working with 4.22 and as a heads up they did alot of physics changes to it as well as moved ShaderCore from a separate module into RenderCore…
So I finished getting it up and running, right now my only issue is that we’re trying to get it running on xbox and the .lib file is causing problems where it cant seem to find the profile .lib file for xbox one causing a compile error for development builds if you have any suggestions for how to fix this I would very much appreciate it
Did you compile the Xbox One binaries of VICODynamics (the physics library)? To do so, you will need github access to that repo. If I didn’t already set that up for you, just email your purchase invoice/receipt and your GitHub username to vdue4@.com and I’ll get it setup.
Just purchased this to try some tests for a project in 4.19. I can’t seem to get any trace detection at all on the ropes. I’ve tried sphere tracing against the object type and visibility, but neither returns true for detecting the trace.
I wanted to see if it’s possible to grab a rope in VR, but not being able to trace against the rope makes it kind of a non-starter.
The PhysX traces won’t work since it’s not a PhysX object. I added VICODynamics specific trace functions to query VICODynamics objects. Try them out: QuerySphereOverlaps and QueryBoxOverlaps. You will need to get the simulation object first via GetVICODynamicsSimulationInstance and call either of the queries on it.
Hope that helps.
I did forget to follow up, thank you for the reminder.
I can look into adding a “retain shape” ability, should not be too difficult and would allow for some really neat results/creations (including hair). I think it’s a great request, thank you!
Firstly, source is all there, feel free to rotate the UVs anyway you’d like. I am happy to get you the line to edit.
Secondly, I’ll look into adding an option to choose the UV orientation. Great suggestion
Needs the shape conforming feature and the max length restriction added. The latter is WIP and the former I will get to shortly afterwards.
Thank you for the video!