Adventure Game Studio

AGS Development => Engine Development => Topic started by: The creature on Sun 11/11/2018 17:19:35

Title: Walkbehind not working on Android
Post by: The creature on Sun 11/11/2018 17:19:35
I've noticed that non of the walkebhinds work on android (at least my build) I was wondering if anyone else has had any issues with this? They work perfectly fine when the exe is just run from the PC.

I may add, when I run the game files through the AGS android emulator it's fine. The walkbehind issue is only when it runs as a stand alone apk game.

C
Title: Re: Walkbehind not working on Android
Post by: Crimson Wizard on Sun 11/11/2018 19:56:48
What renderer were you using with desktop and Android versions, and have you ever used "IgnoreWalkbehinds" option for characters or objects in your game?
Title: Re: Walkbehind not working on Android
Post by: The creature on Sun 11/11/2018 22:23:20
Well I'm using hardware rendering, in the winsetup I'm using dx9 although I'm not convinced that the acsetup is used anyway. I've tried hardware pixel perfect and that also does the same. I suppose I could try software.
Title: Re: Walkbehind not working on Android
Post by: Crimson Wizard on Sun 11/11/2018 22:28:36
My question was about "IgnoreWalkbehinds", because that's the only reason I know that may cause walk-behinds not work correctly when you are using any hardware renderer, and also make visible difference between software and hardware renderers. If you are not using that option, then it might be something else.
Title: Re: Walkbehind not working on Android
Post by: The creature on Mon 12/11/2018 09:34:41
Yeah, I'll need to play around but I'm not using any ignore walk behind.