- Edited
Hi there!Got a problem in Unity 2021.3.1f after importing Home Designer even into a blank project :
After fixing problem with UnityEditor.Progress in soem scripts and finishing recompiling/setting layers whole SceneView gets broken,refering that theres already all modules registered in SceneView( like SceneLight etc) and constantl;y spamming errors in console ,for example:
An overlay with id (Scene View/Light Settings) was already registered to window (Scene)
UnityEngine.GUIUtilityrocessEvent (int,intptr,bool&)
And so on for all SceneView overlays,while SceneView remains broken.
Before hand ive tested this asset in Unity 2021.1.3f and it was working from start,but our current work project is in 2021.3.1f1 and downgrading isnt an option now.
Ive solved it(atleast SceneView now working) by following your instructions from here https://support.exoa.fr/d/63-unity-2021-build-error/7
deleting Masamune folder,but as i understood theres was new update to asset store after that,maybe it introduced the problem im facing ?Ill be working closly with Home Designer from now on,as it will include some rework with ui and touch functionality,so ill keep you updated if ill encounter new problems after deleting those files