Search Unity

My prefab isn't rendering with URP in the editor or game view

Discussion in 'NetCode for ECS' started by 8bitgoose, May 9, 2021.

  1. 8bitgoose

    8bitgoose

    Joined:
    Dec 28, 2014
    Posts:
    448
    I've followed a few tutorials online and now have entities with meshes spawning into the Entity World, but they aren't showing up in the editor. I can see all the data in the Entity inspector, they just won't show in the editor or the game view.

    My workflow is have a subscene with a prefab holder with the prefabs I want to instantiate. Then a system grabs that prefab and loads it into the Client and Server world.

    But after that, it doesn't show. I have poked around a lot and have no idea why nothing is rendering. Objects that I put in the Subscene are also being generated into the client world, but I can't tell if they are rendering as monobehaviours or as Entities.

    This is very confusing.
     
  2. 8bitgoose

    8bitgoose

    Joined:
    Dec 28, 2014
    Posts:
    448