Update
rex_firebase_storage: fix bug when upload object URL.
NRABrazil
Try this new version.
rex_firebase_authentication: add "action:Update email", "action:Send verification email", and respond callback conditions.
—
Sample capx of action:Send verification email
Kenthria
This plugin does not support multiple line height (paragraphing ), sorry.
mihirolover
I never exported to mobile app, sorry.
New ground don't support "anonymous" login, imo.
Solid is a property referenced by other behaviors like 8-dir, platform or custom movement, to "push out solid".
If you want to push out between solid objects, try to add official custom movement behavior and use "action: Push out solid" when overlapped.
(or uses my rex_pushoutsolid, alternatively)
I did not test on mobile browser, neither on mobile wrapper tool.
Scoreboard should be read on mobile browser, imo.
Develop games in your browser. Powerful, performant & highly capable.
satsumaages
Have you tried new repo download tool (repo v3)?
Fix new line bug in "Line break" mode
Valhallen
I did not find that error message, but found another bug in my typing behavior.
Please updating rex_tagText plugin and rex_text_typing behavior then try again.
Eln
Please provides more simple test capx, I don't have enough time to deduce the logic.
Try updating rex_csv plugin to latest version, I fixed that big before.
That behavior is designed to give a force point to one or more instances, not a force point to an angle, sorry.
Sure it is possible to create another behavior to reach to your requirement, but I don't have time recently.
gaan["init](...)["addEvent"](new window["GA"]["Events"]["User"]())["addEvent"]](new window["GA"]["Events"]["Design"](...))
var user = new GA.User();
-->
var user = new window["GA"]["User"]();
There are 2 possible solutions:
1. export project without "Minify"
2. use ["prop"] instead of .prop . For example:
GA.User -> window["GA"]["User"]
gaan.init --> gaan["init"]
Follder22
It seems that there are several big plugins in this project
1. Q3D plugin(s)
2. photon plugin
3. jcw_trace plugin
Thus it is not suitable to wrapping all things into a "single plugin", a well document template (capx) is a better solution. imo.