SanAndreasUnity icon indicating copy to clipboard operation
SanAndreasUnity copied to clipboard

Got an compile error

Open kimsama opened this issue 9 years ago • 2 comments

Got an error:

Assets/Scripts/Facepunch/Networking/Networkable.cs(7,7): error CS0246: The type or namespace name `JetBrains' could not be found. Are you missing a using directive or an assembly reference?

Any missing file?

Cheers,

kimsama avatar May 19 '15 03:05 kimsama

Hey,

Which version of Unity are you opening the project with? JetBrains.Annotations is defined in UnityEngine.dll, or at least in the version that comes with Unity 5, so it might not exist in earlier versions of Unity.

Hope that helps, James

Metapyziks avatar May 19 '15 10:05 Metapyziks

Thanks for the reply,

I've tried it with Unity 4.6.3. It may be good to note that on the setup section in README.

Cheers,

  • Kim

kimsama avatar May 20 '15 02:05 kimsama