nem0 / LumixEngine

3D C++ Game Engine - yet another open source game engine
MIT License
3.53k stars 398 forks source link

Can not load resource which is not compiled before the hook is installed #1429

Closed nem0 closed 2 years ago

nem0 commented 2 years ago

Steps to reproduce:

  1. delete compiled resources directory .lumix
  2. try to load some resource (e.g. prefab) before the resource manager hook is installed in editor, for example in plugin's constructor
  3. observe that the resource fails to compile and load