09 July 2017 19:23
Hi, in my project, I need to load two .json files in the order. When I have loaded second file, the model is visual in the scene, but I cannot get it by
, the error is "print.js:73 B4W ERROR: get object 02_01walk: not found".
But when I loaded the file first, the code is successful.
So , how to load multiple model .json files for different times.
character=m_scs.get_object_by_name("02_01walk");
But when I loaded the file first, the code is successful.
So , how to load multiple model .json files for different times.