Search Unity

Error on UWP

Discussion in 'Windows' started by Grinchi, Mar 27, 2019.

  1. Grinchi

    Grinchi

    Joined:
    Apr 19, 2014
    Posts:
    130
    Hey guys :)

    got this kind of error in console on UWP + Unity 2018.3.10. maybe someone know whats going on ?

    Unable to find method Internal_ScriptableRuntimeReflectionSystemWrapper_TickRealtimeProbes in [UnityEngine.CoreModule.dll]UnityEngine.Experimental.Rendering.ScriptableRuntimeReflectionSystemWrapper
     
  2. Grinchi

    Grinchi

    Joined:
    Apr 19, 2014
    Posts:
    130
    Game does not crash or anything special just want to be sure that it wont brake any other things :)

    Thanks :)
     
  3. Tautvydas-Zilys

    Tautvydas-Zilys

    Unity Technologies

    Joined:
    Jul 25, 2013
    Posts:
    10,680
    That sounds like you upgraded Unity and some parts of the build didn't get overwritten correctly. Does the same happen when you build to an empty folder?
     
  4. Grinchi

    Grinchi

    Joined:
    Apr 19, 2014
    Posts:
    130
    cleared all project and in empty folder same only in debug mode on master and release nothing :) no errors in production just curious :)
     
  5. Tautvydas-Zilys

    Tautvydas-Zilys

    Unity Technologies

    Joined:
    Jul 25, 2013
    Posts:
    10,680
    Can we get a bug report on this? This looks like a bug in Unity, but I'm glad that it's not blocking you.
     
  6. HoloLensDSA

    HoloLensDSA

    Joined:
    Apr 17, 2019
    Posts:
    1
  7. Tautvydas-Zilys

    Tautvydas-Zilys

    Unity Technologies

    Joined:
    Jul 25, 2013
    Posts:
    10,680
    This error is harmless. We got the bug report and we will be fixing it, but you can just ignore it and continue through it. It also should not reproduce in Release or Master configurations.