Assets/Scripts/CubeInput.cs(54,35): error CS0246: The type or namespace name 'Enable**NetCube**GhostReceiveSystemComponent' could not be found (are you missing a using directive or an assembly reference?)
Assets/Scripts/CubeInput.cs(145,27): error CS0103: The name '**NetCube**GhostSerializerCollection' does not exist in the current context
I noticed, however, that **Sample**GhostSerializerCollection and Enable**Sample**GhostReceiveSystemComponent exist in the generated code (where my project name is “Sample”). By the same logic, I assume the sample project is named “NetCube”. Am I correct to substitute “NetCube” for my project title?
Oh thanks, yeah basically I have this issue:
Assets/Scripts/CubeInput.cs(54,35): error CS0246: The type or namespace name ‘EnableNetCubeGhostReceiveSystemComponent’ could not be found (are you missing a using directive or an assembly reference?)
Which is what brought me to your answer for the other guy.
If you are able to help me I would really appreciate it.
Kind Regards.
ah okay I’ll do that and see, thanks for your suggestion mate really appreciate it.
Oh the version is 2020.1.x
Let me try again, I deleted it yesterday and started again today I think I worked out how to install the packages better today, I may have missed something before.
Unless you can suggest some other tutorial to setup my multiplayer networking test project.