#I don't see shared data in the game

1 messages · Page 1 of 1 (latest)

wicked birch
#

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.

#

In visual studio I have this error:

tired oar
#

Do you have the Entities Graphics package installed?

wicked birch
#

Yes, I have

wicked birch
#

I have created a new project one more times.

I have installed packages:

  • com.unity.netcode
  • com.unity.entities.graphics

In the video, you can see how I create a new subscene and add a new Plane. Maybe I'm doing something wrong, or maybe I should enable something in the settings?

sweet sequoia
#

For a moment I was stumped, but then..

#

surely this is your problem

wicked birch
#

So I have to update my project to URP or HDRP, right?