Page 1 of 1

Unity 2018.4.19f1 Build Freeze due to Addon Scenes

Posted: Mon Jun 29, 2020 1:51 pm
by brandondevito
Hello All,

I'm sure that I'm missing something in the vast instructions which I used in order to get the application up and running inside of unity 2018.4 LTS.

SETUP
  • The Base MFPS is installed
  • All of the Addons are Installed
I can play the game with all of the components inside of the editor.

THE PROBLEM
Regardless of which addon Scene is first in the list, once the Build Function hits an ADDON/ scene the process halts, and the export freezes.

Image

I'm sure it's something I'm doing, but this is a default install. I've made NO changes, and I can play perfectly fine within unity with no errors in the Editor. Does anyone have any suggestions on what I might do to fix it.

Re: Unity 2018.4.19f1 Build Freeze due to Addon Scenes

Posted: Mon Jun 29, 2020 2:44 pm
by Lovatto
For people that run-in with this issue,
the problem is caused by a deprecated component in some addons scenes, Login, ClassCustomization and Clan System scenes to be specific,
for fix it, you simply have to remove the component Touch Input Module :
Image

Re: Unity 2018.4.19f1 Build Freeze due to Addon Scenes

Posted: Mon Jun 29, 2020 2:47 pm
by brandondevito
PROBLEM SOLVED
Just for some clarity; Lovatto and I spoke and it turned out that the Touch Input Component on the Cameras in the Addon Scenes were interfering with the export. Simply removing this legacy component solved the challenge for me.