Aga

Results 24 comments of Aga

@hugoArregui Not sure if that helps, but we have some breadcrumbs for those errors [here](https://decentraland.sentry.io/discover/homepage/?field=title&field=event.type&field=project&field=user.display&field=timestamp&field=replayId&name=All+Events&project=4504915943489536&query=Disconnected+from+realm+as+the+user+id+is+already+taken&sort=-timestamp&statsPeriod=30d&yAxis=count%28%29)

How are you testing those changes? You would need to provide a bit more context why are you proposing this change As far as I understand those empty scenes are...

Hi, thanks for this contribution, this is really nice clean up. We will check it, as we need to run some checks first.

Could you describe why you are making this changes? Could you follow this guide https://github.com/decentraland/unity-renderer/blob/dev/.github/CONTRIBUTING.md

Are you sure this is correct? If you remove `websocket-sharp-master` from `unity-renderer/Assets/Plugins`, Unity project will not compile as there is code that references it. Also I don't see anything wrong...

Unfortunately, you can't run our automated checks as an external contributor, and I would need to move your branches to our repo so the CI will pick it up. I'm...

@PalauiDCL should this PR be marked as `do not merge`. All the changes are the same as here https://github.com/decentraland/unity-renderer/pull/3298 @aixaCode The one unused is the other, I marked it as...

The errors are not that frequent based on sentry tracking Here is the [query](https://decentraland.sentry.io/discover/homepage/?field=title&field=event.type&field=project&field=user.display&field=timestamp&field=replayId&name=All+Events&project=4504915943489536&query=event.type%3Aerror+Object+has+been+destroyed&sort=-timestamp&statsPeriod=30d&yAxis=count%28%29) ![image](https://github.com/decentraland/unity-renderer/assets/7305682/9e7ab4e7-76da-4c28-b691-ec84e5742e93)

I would suggest going with Addressables, they have a bit of learning curve, that is true, but it also solves a lot of problems dealing with underlying ABs. In the...