Object falls down and disappear

abir gallala 1 Reputation point
2021-10-29T14:44:21.437+00:00

Hi everyone,
I am trying since a while to program a simple app in unity but I faced many problems, mainly 2 still appearing,
First, I import urdf robot model and once I run my app on the hololens2 the object directly falls down and diseappear.

Second, I try to position an object using vuforia marker or image target, when I scan the marker the object seems to fly in a different far position each time.
can you help in this issues??
Thanks

HoloLens Development
HoloLens Development
HoloLens: A family of Microsoft self-contained, holographic devices that enable engagement with digital content and interaction with holograms in the surrounding environment.Development: The process of researching, productizing, and refining new or existing technologies.
382 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Hernando Ren 2,166 Reputation points
    2021-11-01T06:08:12.813+00:00

    Hello, Welcome to Microsoft Q&A,

    It seems like the RigidBody component has been added to your 3D model object. It will control the position of the object through physics simulation, such as pulling downward the object by gravity or reacting to collisions with incoming objects. So please remove the RigidBody component and try again. For more information please see: Rigidbody

    For your second question, it seems like there is a race condition because the RigidBody component and Vuforia make transform operations on the 3D model object at the same time. If the issue still happened after you remove the RigidBody component, please open a new question in Q&A.

    ----
    If the answer is the right solution, please click Accept Answer and kindly upvote it. If you have extra questions about this answer, please click "Comment".
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments