0

I have Unity project created in Unity 5.2.3. I open this project in Unity 5.3.3p3 and compile for WebGl and get error: Invoking error handler due to ReferenceError: $ is not defined.

gman
  • 100,619
  • 31
  • 269
  • 393
Knaus Irina
  • 789
  • 5
  • 15
  • 35

1 Answers1

0

I find answer: in my code was line: Application.ExternalCall("$('#ViewerBox').data('unityViewer')." + method, values);

With symbol $

Knaus Irina
  • 789
  • 5
  • 15
  • 35