#Linear Interpolation Not Working

4 messages · Page 1 of 1 (latest)

dark wedge
#

Hi all,

I can't seem to be able to drag and drop the item, so i assume it's a lerp issue as i can't interact with the object at all.

What am i doing wrong?

Thanks in advance 🙂

digital prawn
#

I think it's likely the Input checks are conflicting; you have code that responds to an input event but then also checks Input (when you could poke at the passed in event) but also _input could also be changed it back to false almost immediately.

#

You could scatter some print statements around to see what's happening

dark wedge