Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.

Latest release candidate + latest V2 Post from github = bug!

Discussion in '2017.2 Beta' started by hippocoder, Sep 23, 2017.

  1. hippocoder

    hippocoder

    Digital Ape Moderator

    Joined:
    Apr 11, 2010
    Posts:
    29,723
    upload_2017-9-23_14-26-47.png

    Huge colour wheels and error log spam.

    Code (csharp):
    1.  
    2. ReflectionTypeLoadException: The classes in the module cannot be loaded.
    3. System.Reflection.Assembly.GetTypes () (at <9c9f068c46c64ffd91fda7af157b4d15>:0)
    4. UnityEditor.Rendering.PostProcessing.EffectListEditor.<Init>m__0 (System.Reflection.Assembly a) (at Assets/Plugins/PostProcessing/Editor/EffectListEditor.cs:43)
    5. System.Linq.Enumerable+SelectManySingleSelectorIterator`2[TSource,TResult].ToList () (at <11c1c8f1ba1046b191f565f88728429e>:0)
    6. System.Linq.Enumerable.ToList[TSource] (System.Collections.Generic.IEnumerable`1[T] source) (at <11c1c8f1ba1046b191f565f88728429e>:0)
    7. UnityEditor.Rendering.PostProcessing.EffectListEditor.Init (UnityEngine.Rendering.PostProcessing.PostProcessProfile asset, UnityEditor.SerializedObject serializedObject) (at Assets/Plugins/PostProcessing/Editor/EffectListEditor.cs:48)
    8. UnityEditor.Rendering.PostProcessing.PostProcessProfileEditor.OnEnable () (at Assets/Plugins/PostProcessing/Editor/PostProcessProfileEditor.cs:13)
    9.  
    Known issue?
     
    Prodigga and PhilSA like this.
  2. hippocoder

    hippocoder

    Digital Ape Moderator

    Joined:
    Apr 11, 2010
    Posts:
    29,723
    Don't have time to post a bug report number sorry :( Wish I did.
     
  3. hippocoder

    hippocoder

    Digital Ape Moderator

    Joined:
    Apr 11, 2010
    Posts:
    29,723
    Problem was with .NET 4.6 Equivalent sctipting Runtime Version. Selecting 3.5 makes all the pain go away.

    upload_2017-9-23_15-32-0.png
     
  4. JoshPeterson

    JoshPeterson

    Unity Technologies

    Joined:
    Jul 21, 2014
    Posts:
    6,807
  5. hippocoder

    hippocoder

    Digital Ape Moderator

    Joined:
    Apr 11, 2010
    Posts:
    29,723
    Yep!
     
    JoshPeterson likes this.
  6. ntrusov

    ntrusov

    Unity Technologies

    Joined:
    Oct 22, 2015
    Posts:
    7
    @hippocoder How do I get to the screen from the original screenshot? I'm trying to repro it, but I'm not an expert in the post processing. I was trying the Color Grading at Post-Processing Profile (from Create > Post-processing profile), but it didn't show the issue.
     
  7. hippocoder

    hippocoder

    Digital Ape Moderator

    Joined:
    Apr 11, 2010
    Posts:
    29,723
    Just click the newly created V2 post processing profile. In it's non buggy state it looks like this:

    upload_2017-9-25_20-23-23.png

    Of course you will have to add all the effects one by one. If you guys are still coming up blank I'll get a repro going sometime in the week.
     
  8. ntrusov

    ntrusov

    Unity Technologies

    Joined:
    Oct 22, 2015
    Posts:
    7
    @hippocoder Neither I nor the guys who develop the post-processing were able to reproduce the issue. So it is not a straightforward thing.
    If you still encounter it, we'll greatly appreciate if you'll submit a bug report with repro steps.