decentraland / unity-renderer

Unity implementation of Decentraland Client
https://play.decentraland.org
Apache License 2.0
137 stars 92 forks source link

Implement renderer protocol for RequestWearables flow #3820

Closed dalkia closed 1 year ago

dalkia commented 1 year ago

Description

We should implement the new renderer protocol into the Wearable retrieve flow. Having the ability to use protobuf and streams will allow us to stop using the long json string, which produced a crash for users with many wearables.

We need to have a retro-compatible solution with the current web interface flow. A good reference is the new friend request flow, which uses a proxy bridge and a feature flag to decide which flow is used in that request

This is not a replacement for pagination, since it may still be needed and it could coexist with this flow

Acceptance criteria:

mikhail-dcl commented 1 year ago

Closed because Renderer will be consuming Lambdas directly and no middleware is needed anymore