Search found 4 matches

by spaunn
Fri Jun 03, 2016 2:56 pm
Forum: Amplify Motion
Topic: Blurred object flashes
Replies: 7
Views: 59185

Re: Blurred object flashes

Oh my god thank you! xD yeah, guess it just doesn't work well with FixedUpdate, which is a shame, but i think with a couple workarounds and I should be good to go! :)

Thank you so much!! Can't believe it though, must've been the only thing I hadn't tried haha!
Appreciate the help! :)
by spaunn
Fri Jun 03, 2016 2:11 pm
Forum: Amplify Motion
Topic: Blurred object flashes
Replies: 7
Views: 59185

Re: Blurred object flashes

Tried adding the rigidbody as you said but no luck sadly :( I messed around a bit with the rigidbody settings and even then I still had the issue. Not really what else I can say about my setup :/ anything in particular that might help? Everything is about as default as you can get in terms of ...
by spaunn
Fri Jun 03, 2016 2:13 am
Forum: Amplify Motion
Topic: Blurred object flashes
Replies: 7
Views: 59185

Re: Blurred object flashes

So I've been able to reliably reproduce this problem by creating a new project, adding a sphere to the scene with a simple script that spins it [transform.EulerAngles += new Vector3 (0,2500*Time.Deltatime,0); in FixedUpdate()] as well as the Amplift Motion Obj script, then activating debug mode on ...
by spaunn
Thu Jun 02, 2016 1:46 am
Forum: Amplify Motion
Topic: Blurred object flashes
Replies: 7
Views: 59185

Blurred object flashes

I've used amplify motion before without a problem, but I've added it to a new project and for some reason this time it's not working as intended. The objects I try to applied motion blur to didn't seem to look right, and after switching to debug mode I noticed that the objects seemed to be flashing ...