Hi
I need to publish a game another developer has created and we need to work further on. I have upgraded to Unity 2019 and can't build to Android. The game works fine in Unity.
This is the error comming from 3 different scripts.
I have tried to import the latest package but it still fails and i'm a bit lost here, thanks for your input.
And here the whole script for that part:
using System.Collections;
using System.Collections.Generic;
using System.Runtime.InteropServices;
using UnityEngine;
using UnityEngine.UI;
Hi I need to publish a game another developer has created and we need to work further on. I have upgraded to Unity 2019 and can't build to Android. The game works fine in Unity.
This is the error comming from 3 different scripts.
I have tried to import the latest package but it still fails and i'm a bit lost here, thanks for your input.
Her is the part that fails:
if UNITY_ANDROID && !UNITY_EDITOR
else
endif
And here the whole script for that part: using System.Collections; using System.Collections.Generic; using System.Runtime.InteropServices; using UnityEngine; using UnityEngine.UI;
public class ScreenGamePicture : MonoBehaviour {
if UNITY_IOS && !UNITY_EDITOR
endif
if UNITY_ANDROID && !UNITY_EDITOR
else
endif
if UNITY_IOS && !UNITY_EDITOR
endif
if UNITY_IOS
else
endif
*/
}