GodotVR / godot_oculus_mobile

Godot Oculus mobile drivers (Oculus Go / Oculus Quest)
MIT License
169 stars 34 forks source link

Cannot download asset from AssetLib #129

Closed clutteroth closed 3 years ago

clutteroth commented 3 years ago

The download link for version 3.0.1 in the Godot AssetLib appears to be broken: https://godotengine.org/asset-library/asset/500 https://github.com/GodotVR/godot-oculus-mobile-asset/archive/d4a24127f38b80b0a05d8e4406cdcd51e2eb98bf.zip

BastiaanOlij commented 3 years ago

Looking into this, waiting for Akien or Calinou to have a look what I missed but I think they've gone to bed already :)

akien-mga commented 3 years ago

The URL is wrong, "godot_oculus_mobile" here but "godot-oculus-mobile" on the assetlib.

BastiaanOlij commented 3 years ago

The URL is wrong, "godot_oculus_mobile" here but "godot-oculus-mobile" on the assetlib.

Just for future reference, the source repo is godot_oculus_mobile, the asset repo is godot-oculus-mobile-asset, so annoying we need to split that because we can't expose just a folder or the release zips in the asset library (hopefully some day soon).

For some reason it had the wrong commit string, I think the commit string was from the source repo while it should have the commit string from the mobile asset.

Should be correct now, @clutteroth can you check if you can download it properly now?

clutteroth commented 3 years ago

It's working now. Thank you!