Thanks for the info!
It was easier to make the change from within GameMaker!
Hello!
Currently, I'm encountering the following error in the Android physical device testing environment, and live updates are not functioning.
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!!
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.