question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Visibility issues since some days ago

See original GitHub issue

What happened?

Some gltf models suddenly disappear in different cases.

Steps to reproduce

One case is, after modifying the position of an entity, the shape can become hidden, and when we rotate the entity, it suddenly appear again, see example here: https://www.youtube.com/watch?v=dSRqDn2JXxM&t=59s

Other case is that, when spawning children entities, rotation was not applied correctly, that could make some entities be out of scene, we workarounded with something like following, that. is removing from scene and adding again with timeouts:

    setTimeout(()=>{//TODO REVIEW: this is a workaround to avoid wrong rotation/position bug introduced by decentraland, search other comments like this one
        hide();
    },100)

    setTimeout(()=>{//TODO REVIEW: this is a workaround to avoid wrong rotation/position bug introduced by decentraland, search other comments like this one
        show();
    },200)

And other case we have at Golfcraft , which is really annoying for users and harmful for the project and that was not happening some time ago, is that the ball is not appearing at random situations, when is not appearing, it won’t appear for a while, no matter if the ball is removed from scene and added again. image

Operating System

MacOS Monterey 12.2.1

Wallet

Metamask

CPU

M1 pro

GPU

M1 pro

RAM

16GB

Kernel Version

2.0.0-3640389337

Unity Version

latest

Realm

baldr

NameTag

pablo.dcl.eth

Issue Analytics

  • State:open
  • Created 9 months ago
  • Comments:9

github_iconTop GitHub Comments

1reaction
kwspgoliaszcommented, Dec 20, 2022

Hi, thank you for reaching out to us. We’ll transfer this ticket to the relevant team in order to investigate the issue.

0reactions
Juliendclcommented, Jul 26, 2023
Read more comments on GitHub >

github_iconTop Results From Across the Web

Everytime I've had a service issue, this is what fixed it.
I have had visible service for about 9 months. There have been four times during that nine months when my service suddenly just...
Read more >
Issues with reacting/visibility : r/SiegeAcademy
I started doing this in siege since I have mild case of Protanomaly that makes certain skins in siege hard to deal with...
Read more >
DONE issue are no more visible
I had a small problem in seeing the issues in "DONE" status in the colums of the Workflow. They are visible for some...
Read more >
Dynamic visibility breaking website down
Since the new update of elementor pro and dynamic visibility for elementor to 4.03 my website is broken ! Is it the good...
Read more >
Basic Information about Visibility
Particulate matter pollution is the major cause of reduced visibility (haze) in parts of the United States, including many of our national ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found