satguru Posted January 31, 2016 Share Posted January 31, 2016 BABYLON.Tags does not seem to be working with serializer See demo http://ssatguru.appspot.com/babylonjs/animtest/testtag.html click "Save" button then "Load" - works click "Tag It", "Save" then "Load" -fails , console shows error message "Uncaught TypeError: i.split is not a function" See source html for code. Quote Link to comment Share on other sites More sharing options...
GameMonetize Posted February 1, 2016 Share Posted February 1, 2016 Unfortunately I cannot debug with the min version Quote Link to comment Share on other sites More sharing options...
RaananW Posted February 1, 2016 Share Posted February 1, 2016 Seems like the problem is serializing and pasring the tags. The serializer is creating an array, but the parser is expecting a string. Let's see where's the best way to fix that :-) Quote Link to comment Share on other sites More sharing options...
RaananW Posted February 1, 2016 Share Posted February 1, 2016 Bug is fixed (https://github.com/BabylonJS/Babylon.js/pull/935) and will be available in the upcoming git update of the 2.3 version. If you really need it now, you can compile babylon using gulp Quote Link to comment Share on other sites More sharing options...
satguru Posted February 1, 2016 Author Share Posted February 1, 2016 Thanks for fixing this. I might compile using gulp. Any idea when 2.3 might be released? Quote Link to comment Share on other sites More sharing options...
Temechon Posted February 2, 2016 Share Posted February 2, 2016 Very soon Dal 1 Quote Link to comment Share on other sites More sharing options...
satguru Posted February 2, 2016 Author Share Posted February 2, 2016 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.