@jamfvijju I was able to fix this issue on DC-19.021.20047, by running
#!/bin/sh loggedInUser=$( echo "show State:/Users/ConsoleUser" | scutil
| awk '/Name :/ && ! /loginwindow/ { print $3 }' ) defaults write
/Users/$loggedInUser/Library/Preferences/...
Hi @kricotta do you have copy of the removal script for the old unity
settings? Also im working on a new package for 2019.2.0f1 which is
appearing to work.... I run the normal install of unity via #!/bin/bash
for Unity_PKG in $(awk -F"/" '/url=/ {pri...
I found that I needed to edit the config.json file within the app.
Brackets > Contents > www > config.json I removed the below 2 lines and
update manually button doesnt do anything and it doesnt prompt for any
updates either - tested on 1.12, 1.13 an...
Just a follow up on this as it may be helpful to some...I had an error
with this on machines I was imaging and despite the install working
without issue, they would not license. It appears the 2018 version when
opened created an empty license file in...