Compile errors after import

After importing Normcore several compile errors show up.

Development Environment:
Windows 10
Unity 2021.3.7f1
Normcore 2.1

Deployment/Build platform:
Windows 10

Steps to Reproduce:

  1. Use the drawing app example from here and bump it to current Unity version:
    Creating a Multiplayer Drawing App | Normcore.
  2. Import Normcore
  3. Watch error log

Is Normcore not usable with current Unity version?
Or am I doing something wrong?

Did the project have any errors before you imported Normcore? The project needs to be in a compiling state otherwise the package can’t install the Normcore UPM package.

Max

Thank you for reply.

I re-created the brush project.
It initially compiles without error.

I tried a few things and when I disable the examples folder the rest of the import works.
After that I can also import the examples without issues.

This behavior is likely project related.
Maybe you want to look at it at some point (as it is in your beginners guide section).

Hey Tobias,

There was a bug with the singleplayer brush template. I’ve updated the zip file on the docs page. Will you give it a shot and let me know if it’s working for you now?

Max