You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How do I add an entire directory of rive files while running on the web.
There are " .rive " files being created through a UI.
I want my mainScript.js to add these files itself.
I saw that I cannot use loadDirectory() while running on the web.
I can't stop the tomcat server each time and manually enter each file name in loadFile().
The text was updated successfully, but these errors were encountered:
save the .rive files to a database
concatenate all the 'files' together into one big rivescript
then load that
you would of course have to load it via another api to your DB content
How do I add an entire directory of rive files while running on the web.
There are " .rive " files being created through a UI.
I want my mainScript.js to add these files itself.
I saw that I cannot use loadDirectory() while running on the web.
I can't stop the tomcat server each time and manually enter each file name in loadFile().
The text was updated successfully, but these errors were encountered: