Errors in package

CyCNIK

New member
Behavious designer worked flawlessy in my project for about half a year. I changed target framework to android and I have plenty of errors like that. Im using mac apple silicon with lastest stable unity.

Packages/com.opsive.graphdesigner/Runtime/Wrappers/ProjectSharedVariables.cs(12,51): error CS0234: The type or namespace name 'Variables' does not exist in the namespace 'Opsive.GraphDesigner.Runtime' (are you missing an assembly reference?)

What i've tried so far:

- revert to back to ios target ( problem remains)
- delete all opsive packages -> comment usage of behavior of opsive in scripts -> delete library and obj -> project is reloading and compiling -> import behaviour designer 2.1.6 again same problem
- download project from cloud at different location

Is there any way to fix it? I have also old behaviour designer but i cant be replaced without changes in code. How can I fix it?

Best regards
 
Try adding GRAPH_DESIGNER to your compiler symbols. This must be defined for the wrapper to compile.
 
Back
Top