decentraland / unity-renderer

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

Avatars stay hidden when teleporting out of an `AvatarModifier` #6097

Open ProteanCoding opened 5 months ago

ProteanCoding commented 5 months ago

Steps to reproduce:

  1. Enter an avatar hiding area (e.g. in the 100-Avatars scene).
  2. Teleport to a different scene.

    Expected behaviour:

    Avatar appears again.

    Current behaviour:

    Avatar remains hidden until Refresh.

    Reproduction rate:

    100%

ProteanCoding commented 5 months ago

Is OnDestroy() not called as expected ?