DragonBox / u3d

U3d is a cross-platform set of tools to interact with Unity3D from command line.
MIT License
361 stars 33 forks source link

Cannot install 2019.4.4f1 #401

Closed brennenawana closed 4 years ago

brennenawana commented 4 years ago

Issue Checklist

Issue Description

I am unable to install Version 2019.4.4f1 I run u3d install 2019.4.4f1 -p Unity,Android,iOS and expected it to install but instead see

Fetching central 'versions.json' cache
No version '2019.4.4f1' was found in cache. Either it doesn't exist or u3d doesn't know about it yet.
Try refreshing with u3d available -f

I run u3d availalbe -f and expect it to be in the list, but it's not.

niezbop commented 4 years ago

This is a side effect of #402

Discussion regarding this issue will take place there.

niezbop commented 4 years ago

Fixed now:

$ u3d available --no-central --force -u 2019.4.4f1
Cache is out of date. Updating cache for Mac OSX
Loading Unity lts releases
Found 71 lts releases.
Loading Unity stable releases
Found 109 stable releases.
Loading Unity patch releases
Found 0 patch releases.
Loading Unity beta releases
Found 0 beta releases.
Version 2019.4.4f1: https://download.unity3d.com/download_unity/1f1dac67805b/

The central cache will be updated sometimes in the coming days, and will have 2019.4.4f1 then.