mika
mika
now that we have custom history implemented (over 40 projects), can think about this favourites list again. still unsure how to make the UI intuitive (and keep it compact) 
with 103 recent projects and 15 unity editors, typing or erasing in search field is getting sluggish.. need to look into that. *another pc with 61 recent projects and 15...
cleaning up checkbox inits: orig:  after: 
eliminated unnecessary directoryinfo scan, before:  after: 
simplified Project.ToString() override, now it disappeared from this list? 
timedate converter,  if just return null ~32ms.. but cannot disable, will check later.. 
it was manual copy paste >< haven't had time to add some scraper.. but now that they have RSS feed for these, so would be easier to do that https://unity3d.com/unity/releases.xml
found a list here, https://gist.github.com/RupGautam/e6953b6e0a68ece63e6721309135190f for EU, this worked for me: `api22-normal-c-useast2a.tiktokv.com` To find what server you are logged in (without external tools) - Firefox, login to Tiktok Web -...
Good idea, hub apparently supports those unity proxy environment values HTTP_PROXY = http://username:[email protected]:port HTTPS_PROXY = http://username:[email protected]:port NO_PROXY= localhost,.domain.com,127.0.0.1 UNITY_NOPROXY= localhost,.domain.com,127.0.0.1 https://forum.unity.com/threads/request-proxy-settings-for-unity-hub.515447/#post-3444341
seems that this is going to get more difficult soon (with the hub logged in requirements) > In the latest version of Unity Hub, when you sign out of your...