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
HereSphere scene api can return multiple stroke scripts, so have to handle multiple scripts per axis ignoring the name
Ability to switch pack or single script from UI. Fancy combobox when clicking the file path? Or just simple menu Script -> Change -> <script list>/<pack list>
On path change reset?
Script lookup probably has to return Dictionary<DeviceAxis, IEnumerable<IScriptResource>>, or might have to make a ScriptCollection class that holds scripts and pack names with helper methods.
The text was updated successfully, but these errors were encountered:
HereSphere scene api can return multiple stroke scripts, so have to handle multiple scripts per axis ignoring the name
Ability to switch pack or single script from UI. Fancy combobox when clicking the file path? Or just simple menu
Script -> Change -> <script list>/<pack list>
On path change reset?
Script lookup probably has to return
Dictionary<DeviceAxis, IEnumerable<IScriptResource>>
, or might have to make aScriptCollection
class that holds scripts and pack names with helper methods.The text was updated successfully, but these errors were encountered: