Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error in CyanEmuPlayerController.cs when loading CyanEmu #37

Open
morganite-proto opened this issue Apr 5, 2021 · 1 comment
Open
Labels
bug Something isn't working

Comments

@morganite-proto
Copy link

When loading CyanEmu from the Unity Package, the following error appears in the console. This prevents CyanEmu from loading in properly.

Assets\CyanEmu\Scripts\CyanEmuPlayerController.cs(13,29): error CS0234: The type or namespace name 'PostProcessing' does not exist in the namespace 'UnityEngine.Rendering' (are you missing an assembly reference?)

This is with VRC SDK3 2021.03.22

@CyanLaser
Copy link
Owner

My first impression is that this could be a bug relating to files in your project. Do you happen to have any classes named "PostProcessing" that isn't the standard post processing package? This can cause compile errors.
I ask this as it is similar to the bug that happens when someone has NoodleBowl imported. This package defines a script called Button.cs, which breaks all references to Unity's UI.Button class.

@CyanLaser CyanLaser added the bug Something isn't working label Apr 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants