https://adventurecreator.org/scripting-guide/class_a_c_1_1_moveable___drag.html#a0e4c8bfc8b7ef7ffed434c2be666cc53
I'm trying to figure out how to StopAutoMove for my moveable_drag script but I can't figure out what I need to script and where I need to put it for it to actually work.
It looks like you're new here. If you want to get involved, click one of these buttons!
Comments
Sorry I looked more into what I asked and it doesn't really make sense. What I'm actually seeking is how do I remove physics from a draggable object since I'm looking to make it stay where your finger is and be let down without being flung around.
Welcome to the community, Neomedus.
This is actually something I've been looking into myself. As part of the upcoming update, it'll be possible to remove the Rigidbody from Draggable objects that move along Tracks. Without one, a Draggable will not rely on physics, and so will halt immediately when released.
@ChrisIcebox Thanks, I'm looking forward to it.