DragonBox / u3d

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

[Fix] U3d::Utils: replace Ruby agent with another one to bypass 403 from Unity #434

Closed niezbop closed 1 year ago

niezbop commented 1 year ago

Pull Request Checklist

Pull Request Description

Fixes #433

Unity has started blocking the default Ruby agent, which leads u3d to face 403 Forbidden when making requests to their system. This makes it so that our ongoing requests use Mozilla's browser agent to bypass this issue.

Foggzie commented 1 year ago

@niezbop @lacostej Any news on this one? We'd love to have this in an official version soon.

Foggzie commented 1 year ago

@niezbop @lacostej Just hoping for any updates here?

niezbop commented 1 year ago

Sorry for the delay. Was waiting for @lacostej and forgot about u3d after that. Merging now and releasing soon.

Foggzie commented 1 year ago

@niezbop This works great! Thanks for the fix.