Search Unity

Auto Refresh not working in play mode after updaing to Unity 2019.1.9f1

Discussion in 'Editor & General Support' started by noania, Jul 15, 2019.

  1. noania

    noania

    Joined:
    Apr 19, 2014
    Posts:
    33
    Previously in Unity 2018, texture file changes would immediately take effect in the editor while in play mode but it seems in Unity 2019 the changes are put on hold and only applied after quitting play mode. This happens in a plain new project too.

    If I manually change the asset importer setting(like turning on-off mipmap) of a texture then press apply, the change will take effect in play mode but it's awkward.

    Is this a normal behaviour or it's a bug? I took a look at 2019.1.10f1 release note but doesn't mention anything about it.

    [Edit]
    I've installed 1.10f1 and still the same problem. I noticed shaders aren't compiled during play mode too. They get compiled after quitting play mode. What could be possibly preventing my editor from refreshing assets during play mode?(Assuming Auto Refresh is supposed to work in 2019 as it did in 2018). I've triple checked my project settings and restarted Windows. it also happens in a new project.
     
    Last edited: Jul 15, 2019
    gooses2 likes this.
  2. gooses2

    gooses2

    Joined:
    Feb 2, 2018
    Posts:
    6
    Did you get a fix for this? Just upgraded from 2018 and this really hurts my workflow.
     
  3. kjuanlu_AIM

    kjuanlu_AIM

    Joined:
    Aug 29, 2018
    Posts:
    1
    Preferences->General-> Script changes while playing -> Recompile and Continue Playing

    upload_2021-2-16_13-4-55.png
     
    ND_59 likes this.