mika

Results 58 comments of mika

could test this fileversioninfo https://stackoverflow.com/a/22861331/5452781

refresh layout is slower than scanning projects? ![image](https://user-images.githubusercontent.com/5438317/191584443-9a2f4ec5-723a-4492-98bc-d40247c76664.png)

ok, vs profiler gives top list when updating project list: ![image](https://user-images.githubusercontent.com/5438317/191585985-d00366ef-ac99-41fc-a5eb-e6b0c0284ed1.png)

allocations: ![image](https://user-images.githubusercontent.com/5438317/191589153-01cd4bc7-2120-4200-8239-7e599a9ac218.png) ![image](https://user-images.githubusercontent.com/5438317/191589308-a02b6502-018a-4c33-806c-d1af7d3ea935.png) cpu usage: SetFocus to grid is slow! ![image](https://user-images.githubusercontent.com/5438317/191589630-faa4672a-a05c-4ee3-a2ff-dd33d9fc0655.png) loadsettings bit slow, checking and setting those checkboxes? ![image](https://user-images.githubusercontent.com/5438317/191590158-0e77db55-b5e0-4f55-9e4a-23f6964a83a2.png)

not sure where that value is saved.. didnt find it inside unity registry..

ok confirmed that its happening, ill check for solutions to that. **workaround** (to disable scaling completely for this app) ![image](https://user-images.githubusercontent.com/5438317/192316879-a51c6ce7-61ba-4d27-a1fa-e3d16f42e1b1.png) https://stackoverflow.com/a/73343871/5452781

ok this seems to work on a quick test, ill commit it here later https://github.com/microsoft/WPF-Samples/blob/main/PerMonitorDPI/readme.md#enabling-per-monitor-dpi-for-your-app

ok noticed that now also. another issue is: depending on what display the window is closed, it saves that size into preferences and then opens with wrong size on another...

notes unity project starts - it creates file C:\Users\USERNAME\AppData\Roaming\UnityHub\hubInfo.json, which contains: "{"version":"3.3.0","executablePath":"D:\\Program Files\\Unity Hub\\Unity Hub.exe"}" - then it launches hub with: "D:\Program Files\Unity Hub\Unity Hub.exe" "--" "--silent" "--" "-projectPath" "D:\projects\YOURPROJECT"...

tested few things, - logged out : hub still starts with editor - "-noUpm" launch arg. : hub still starts - project that launches into safemode : hub still starts...