Loading stuck
08 March 2018 14:18
09 March 2018 14:41
Check the browser console(F12).
Typically this happens when you are accessing some object attribute somewhere with adressing through dot and somewhere through []. The first case can be obfuscated and the second never obfuscates. Do not mix this two approaches when adressing to the same attribute.
Typically this happens when you are accessing some object attribute somewhere with adressing through dot and somewhere through []. The first case can be obfuscated and the second never obfuscates. Do not mix this two approaches when adressing to the same attribute.
Alexander (Blend4Web Team)
twitter