Not working on iOS device

Overflowgames

New member
Hey, i'm having issues when building for Mobile, the behaviors don't seem to work at all but they work fine on PC.
is there something obvious i'm missing that need to be changed for mobile?

Im using unity 2018.3.2
 
Are you getting any errors? Have you created a fresh project with a simple behavior tree to see if that works?

You do not normally need to perform any extra steps in order to get it working.
 
Are you getting any errors? Have you created a fresh project with a simple behavior tree to see if that works?

You do not normally need to perform any extra steps in order to get it working.

yeah, doesn't seem to be any errors or even warnings.
Haven't tried a fresh project it's a bit of a hassle to create a new one for ios so wanted to check here first.
 
If you aren't getting any errors you'll need to keep narrowing your tree down to see what task is causing the problem. I'm surprised that you aren't getting any errors though because normally when something like this fails you get a bunch of logs in the console indicating the problem.
 
Top