Search Unity

  1. Unity Asset Manager is now available in public beta. Try it out now and join the conversation here in the forums.
    Dismiss Notice

Added Image Effect In SceneView - Not working

Discussion in '5.4 Beta' started by Mark_29, Mar 24, 2016.

  1. Mark_29

    Mark_29

    Joined:
    Aug 11, 2014
    Posts:
    79
    Hi There,

    Has anyone got the new feature working:
    • Graphics: Added [ImageEffectAllowedInSceneView] attribute for Image Effects. This will copy the Image effect from the main camera onto the Scene View camera. This can be enabled / disabled in the Scene View effects menu.
    I have the button in the scene view, but it seems to not work for any kind of image effect (whether it be the standard image effects or the beta effects from the asset store)

    Or do I need to write a script?
     
  2. burtonposey

    burtonposey

    Joined:
    Sep 8, 2009
    Posts:
    62
    My understanding is that you have to add this property to each Image Effect script. Is that what you're doing?

    For any image effects, add [ImageEffectAllowedInSceneView] up top above the class declaration. You should see the effect working when you toggle the scene view effects on and off now.

    Hope that helps!
     
    DavidMiranda likes this.
  3. Mark_29

    Mark_29

    Joined:
    Aug 11, 2014
    Posts:
    79
    That is awesome. Thanks very much for letting me know. Works a treat

    Cheers
     
    burtonposey likes this.