The type 'MonoBehaviour' is defined in an assembly that is not referencedSolved
Hey! I'm getting this error when trying to create a Vector3. I have my "using UnityEngine;" in my code, so not sure the problem. Thank you

The type 'MonoBehaviour' is defined in an assembly that is not referenced. You must add a reference to assembly 'UnityEngine.CoreModule, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null'
You would need to reference the DLL mentioned in the error.
5e13a8d5b2bc5.jpg Wulf
You would need to reference the DLL mentioned in the error.

Where can I find that DLL? When I installed Oxide off of github release page there was no UnityEngine.dll bundled in. (unless i'm doing it wrong)

It is part of the game server, not Oxide. RustDedicated_Data/Managed. Oxide only provides itself and what it patches.
5e13a8d5b2bc5.jpg Wulf
It is part of the game server, not Oxide. RustDedicated_Data/Managed. Oxide only provides itself and what it patches.

Thanks very much! 

Locked automatically