Timeline ease curve editor; More scripting updates.
Ashley, as far as I can tell some methods have been removed from the asset manager. What would the new new equivalent to this be:
var assetManager = this.GetRuntime().GetAssetManager();
var url = await assetManager.LoadProjectFileUrl(this.properties[0]);
var json = await assetManager.FetchJson(url);
It's best to report any issues to the bug tracker - anything mentioned anywhere else could easily be lost or forgotten. However in this case I did accidentally remove it in some refactoring we did - the new method name is GetProjectFileUrl() but I've added back LoadProjectFileUrl() for backwards compatibility in the next release.
Ok. Thank you.