Forum Discussion

🚨 This forum is archived and read-only. To submit a forum post, please visit our new Developer Forum. 🚨
Dcalibur's avatar
Dcalibur
Honored Guest
5 years ago

Camera Shake by Zulubo not working ?

I am using this persons camera shake to try and make the camera shake when something happens after implementing it it works perfectly on the unity editor but as soon as i build it to the the headset it stops working.

has anyone used this or have some ideas to try and fix it??

the link to the tutorial zulubo.com/gamedev/2019/1/5/vr-screen-shake-the-art-of-not-throwing-up

3 Replies

  • Seems like from your link that the shake is a post effect which isnt supported on quest
  • Dcalibur's avatar
    Dcalibur
    Honored Guest

    MikeF said:

    Seems like from your link that the shake is a post effect which isnt supported on quest


    I ended up fixing it, it was a shader issue. Oculus was not including it so I just had to manually include it on the build setting and it worked perfect. Thank you for the help though! 
  • Good to hear! What did you end up doing to fix it?