Update
Add property "Sample rate", which is a sample rate of point for overlap testing.
Set to 0.01 will have less overlap testing then 0.1, see the "Max check count" value in debugger panel.
Fix bug of "action:push out". ( tested capx)
xoros
Fixed, please download it again, and thanks for notification.
Add rex_firebase_storage plugin to save file in firebase storage server, and get public url for sharing. (v3.x only)
There might have "access control allow origin" problem if load image from result url in sprite object. Upload project using firebase hosting might solve this problem.
Bl4ckSh33p
If you need to get the format data output, or get data from user input string, you could try this plugin. It also supports time zone.
—
I am sorry that I could not find corresponding parameter to set "persisting type" in v3.x . I will keep searching the solution of this problem.
You might try to call "action: logged out" at the start of layout.
I had updated rex_firebase_apiV3 and rex_firebase_itemtable plugin again, tested fine in my environment.
The request could be separated into two parts,
1. enumerate the variables in GUI like global/local/private variables
2. save/load in synchronization mode
Using a dictionary like Ashley said, could solve request2 only.
All my firebase series plugins are upgraded to support both 2.x and 3.x api.
Now I am trying to implement a new plugin for new firebase storage feature.
Jeff Skyrunner
I would not make moveTo behavior to be more complex. moveTo behavior should be intuitive and easy to use.
I will try to create or maintain another spline path behavior 1 month later. ( I am busy in upgrading my firebase series plugin recently.)
Develop games in your browser. Powerful, performant & highly capable.
Try Pode 's SplinePath behavior
rex_csv plugin: now "Expression:PreviousCol" , "Expression:NextCol" , "Expression:PreviousRow" , "Expression:NextRow" could ignore the col or row input, it will use AtCol / AtRow by default.
CSV.At("a", "c") CSV.At( CSV.NextCol, CSV.AtRow ) CSV.At( CSV.AtCol, CSV.NextRow )[/code:da2evtad] It looks like a cursor moving on grids of table. @Evdog I forgot that I had made expression:AtCol / AtRow. I will use them to be a default col or row input. So the expression might be : [code:da2evtad]Set text to CSV.At(CSV.NextCol, ActiveDialogue)[/code:da2evtad]
Toddler
I don't have time, sorry. I am upgrading my firebase series plugins recently.
tallwhitey
You might try to put another (or more) rex_firebase object into project, or create a new rex_firebase instance for a specific reading procedure. Moreover, each individual rex_firebase could have private instance variable, you could pass the value by them to read handler.
You might post a bug report to Ashley since it is an official plugin.
CSV plugin: add "Expression:PreviousCol" , "Expression:NextCol" , "Expression:PreviousRow" , "Expression:NextRow" to get previous/next of column or row name. ( sample capx )
Evdog
Update rex_csv plugin and try these new features. You could save current row name to get the next (right) row name.