Conflict with library

Hello there! I’ve been working on a project for a while and have had the following error:

Il2CppSetOptionAttribute’ exists in both ‘AstarPathfindingProject, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null’ and 'Pixeye.Actors, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null

I’m not good at figuring out this kinda stuff. Any guidance would be much appreciated.

Hi

That’s an annoying drawback with how Unity requires us to use the Il2CppSetOptionAttribute…
My version of that is covered by an .asmdef file and maybe pixeye doesn’t use an asmdef file and that causes conflicts. Or they do as well, and in that case I’m not really sure how to avoid this conflict :confused: