Hi,
I have just started with the Netcode for Entities.
I use this tutorial: https://docs.unity3d.com/Packages/com.unity.netcode@1.0/manual/networked-cube.html
I have done everything up to the "Create a ghost Prefab" section.
When I start a game, I shoud see (in my opinion) my Plane that I have added to ShareData subscene but I don't see anything.
When I add another Plane and I don't put it into the SharedData subscene I see that Plane correctly, so this is not a issue with camera rotation or something like this.