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
The whole "mapping a json file to a string alias and then putting that alias in an array of strings at the top of Coordinator in the proper order" is a total nightmare.
We might be able to do away with this and re-factor it using ES6 classes (probably most hygienic way?)
Key requirements:
Doesn't introduce weird loading bugs for long file parsing, etc (test with large scenes)
Doesn't require you to type strings in multiple places in the correct order.
The text was updated successfully, but these errors were encountered:
The whole "mapping a json file to a string alias and then putting that alias in an array of strings at the top of Coordinator in the proper order" is a total nightmare.
We might be able to do away with this and re-factor it using ES6 classes (probably most hygienic way?)
Key requirements:
The text was updated successfully, but these errors were encountered: