Search Unity

Question Game objects not instantiating programmatically on HoloLens 2

Discussion in 'AR' started by Alan_Birch, Apr 5, 2022.

  1. Alan_Birch

    Alan_Birch

    Joined:
    Oct 13, 2020
    Posts:
    1
    I have been trying to get a game object to appear via script inside a HoloLens application. I am just using the Instantiate function to create the new object. I have managed to get it working in Unity editor. Unfortunately anytime I deploy the project to the HoloLens, there is nothing but empty space where the object should be. Is there a way to fix this error? I have tried quite a bit so far but with no success.