Basic Shared Variables like SharedTransform missing inside an Assembly Definiton

Obleynix

New member
Shared Variables like SharedTransform are missing when working inside an asmdef, i already tried:
Overriding references instead of auto references to use BehaviorDesigner.Runtime.dll and i also checked if SharedTransforms can be accessed without an assembly definition(and they can), i'm using Unity Version 6000.1.17f1
 
This indicates that Unity isn't picking up the Behavior Designer runtime. If you import the runtime source then you will no longer have the runtime dll and won't have to worry about referencing it.
 
This indicates that Unity isn't picking up the Behavior Designer runtime. If you import the runtime source then you will no longer have the runtime dll and won't have to worry about referencing it.
That solved it! i didn't knew the Runtime Source was available. If anyone stumbles in this thread you can find it on Opsive's download tab, and if you like me bought it through the asset store you can still download it by using your invoice, Thanks a lot Justin!
 
Back
Top