#Type or Namespace does not exist when installing Netcode for Entities [Resolved]

1 messages · Page 1 of 1 (latest)

queen ginkgo
#

Have a blocking error that I need to get around. Are there any fixes?

Library\PackageCache\com.unity.netcode@1.0.17\Editor\Authoring\HierarchyDrawers.cs(66,59): error CS0234: The type or namespace name 'HierarchyPrefabType' does not exist in the namespace 'Unity.Hierarchy' (are you missing an assembly reference?)

wicked yew
#

what version of unity are you trying to install into?

#

i would suggest just getting the latest 1.2 pre version

queen ginkgo
queen ginkgo
wicked yew
wicked yew
#

netcode 1.2.0-pre.6

#

the latest dots packages, while technically don't support 2023 yet, do seem to work on it mostly

#

it will at least fix your compile error

queen ginkgo
queen ginkgo
wicked yew
#

why are you adding it from git?

#

what git are you adding it from? mirror?

#

it has issues if you do it like that

#

just use the official package

queen ginkgo
#

I have enabled pre-release packages to be visible in the Package Manager through the project settings. I see a few pre-release packages but not for Entities

wicked yew
#

yeah it wont show in 2023

#

just go to the +

#

click add package by name

#

com.unity.entities

#

version

#

1.2.0-pre.6

queen ginkgo
#

Thanks for all the help, you learn something new everyday 😆