aws-samples / aws-tools-for-babylonjs-editor

AWS Tools for Babylon.JS Editor is a suite of tools meant to interact with Babylon.JS Editor by utilizing the capabilities of AWS products.
Apache License 2.0
32 stars 9 forks source link

Add Version number constant to Host script, and add it to the UserAgent #18

Closed prestomation closed 2 years ago

prestomation commented 2 years ago

Similar to the other plugin, we are using an Action to rewrite the version number This can be switched to release number for releases by changing the release Action

This is in a script that is copied by the plugin when a host is added. This means it will be trivial for the customer to delete if we want.

I'm not sure where the architecture of this plugin is going next, but we will have much better control if we move to a runtime library and custom inspector

Issue #, if available:

Description of changes:

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.