Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

MAISON SATOYA

5
Posts
1
Topics
1
Followers
9
Following
A member registered Apr 20, 2020

Recent community posts

Thanks for the info!

It was easier to make the change from within GameMaker!

(3 edits)

Hello!

Currently, I'm encountering the following error in the Android physical device testing environment, and live updates are not functioning.

HttpGet("http://192.168.2.215:5100/init?password=&version=106&noscripts=1&config=Default&runtime=2023.11.0.157&buildDate=1702026966193.205322265625", 33)

12-08 18:17:10.901  9999 10859 I yoyo    : Exception = java.io.IOException: Cleartext HTTP traffic to 192.168.2.215 not permitted

12-08 18:17:10.901  9999 10859 I yoyo    : HttpResultString( "IOException", 404, 33 )

Things I've tried:

- Live updates function when building http://192.168.2.215:5100 on a Windows VM.

- Internet permission is granted in Android game options.

- Activated the private checkboxes for GameMaker and gm_live_server in the firewall (as referenced in past posts).

※It seems that I may need to set a flag to allow cleartext traffic, but where should I do that.

Add the attribute <android:usesCleartextTraffic="true"> to the <application> element in the AndroidManifest.xml file.

and live updates is work!!

Thank you!! 

Ⅰ've been waiting! Thank you for releasing this library

Hello. Thanks for the reply!
I didn't know there was such a plugin!
Thank you for telling me about it!
I'll check it out!

Hello. I' m Gange Satoya.
Thanks for the handy plugin!

I have one request.
Would it be possible to implement an option to select the alignment of the help text?

If there is a left, center, or right, I can use it depending on the situation.

For example, in the menu screen, I would like to display the text in the center of the help window width.

I would appreciate it if you could consider it.
Thank you so much.