Forum rules - please read before posting.

Linux compiler error

Hi there,

I'm trying to compile a Linux x64 version of my game, but I've getting this error...:

image

Is there something I can do about it...?

I'm still using AC 1.60.7 and Unity 5.5.3f1

Thank you!

Comments

  • At the top of MainCamera.cs and MainCameraEditor.cs, find the line:

    #if !UNITY_5_0 && (UNITY_5 || UNITY_2017) && (UNITY_STANDALONE || UNITY_ANDROID || UNITY_IOS)

    Replace it with:

    #if !UNITY_5_0 && (UNITY_5 || UNITY_2017) && (UNITY_STANDALONE || UNITY_ANDROID || UNITY_IOS) && !UNITY_STANDALONE_LINUX

    Does that resolve the issue?
  • I also can't reproduce such an issue - what are your AC and Unity version numbers?
  • Hi Chris,

    Sorry I didn't reply before. I was in the middle of a release. It's compiling well now, so thank you so much! ^_^
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Welcome to the official forum for Adventure Creator.