I’m checking out MegaCity in 2019.3.0f6 and as soon as I open it…I get these error “Library\PackageCache\com.unity.entities@0.0.12-preview.29\Unity.Entities\DefaultWorld.cs(2,32): error CS0234: The type or namespace name ‘PlayerLoop’ does not exist in the namespace ‘UnityEngine.Experimental’ (are you missing an assembly reference?)”
any idea how to fix them? I haven’t used unity for quite some time (since 2017)…a lot has changed since then. Any help would be appreciated
Two ways. One, just like the text says a little ways above the download button, MegaCity was made with 2019.1.b7.
Two, you can open up each script with the problem and add/modify the namespace references to point to the new locations of the classes. PlayerLoop, for example, was moved into UnityEngine.LowLevel. Be aware that just fixing the namespaces may not guarantee anything will run properly since it’s based on preview packages.
so I’m downloading it with Unity hub 2019.1.0b7 can uncheck windows build support, documentation and all other optional things or something is dependency? @Ryiah