rifaterdemsahin / aif

Adaptive Intelligence Framework
5 stars 7 forks source link

UCB build fail #379

Closed Treslina closed 5 years ago

Treslina commented 5 years ago

Imported feedback form fails the build because "UnityEditor.PlayerSettings" module can't be used in builds because "UnityEditor" namespace can only be used and intended to use in unity editor not in builds. If any developer wants to use UnityEditor namespace, they need to put their script in a seperate "Editor" folder. That is why it is not building.

I am temporarily fixing the problem to let everyone to work and publish again but we should discuss what to do @rifaterdemsahin @binofly

image

binofly commented 5 years ago

Hei @Treslina Use

Application.Version

it should fix this unity build error and also works on android APK

Treslina commented 5 years ago

Thanks @binofly will fix.