Hey everyone, specifically Eren and dop2000, I'm in the process of converting a C2 project to C3 and installed the 1.7 version of Eren's C3 runtime compatible litetween. It installs fine, but every project I try to use it in freezes at a black screen. Using the inspector I have verified it is Litetween, specifically I see these errors:
Uncaught (in promise) ReferenceError: trim is not defined
at lunarray_LiteTweenInstance.parseCurrent (577feb3e-94ff-462a-92d8-2355a9af4552:84)
at lunarray_LiteTweenInstance.addToTweenList (577feb3e-94ff-462a-92d8-2355a9af4552:134)
at new lunarray_LiteTweenInstance (577feb3e-94ff-462a-92d8-2355a9af4552:29)
at Function.New (jsutil.js:9)
at BehaviorInstance._CreateSdkInstance (behaviorInstance.js:2)
at Instance._CreateSdkInstance (instance.js:6)
at C3Runtime.CreateInstanceFromData (runtime.js:47)
at Layer.CreateInitialInstances (layer.js:6)
at Layout._CreateInitialInstances (layout.js:17)
at Layout._StartRunning (layout.js:13)
I know I could update to the Scirra built tween system, but this is a large, long term project that makes good use of Litetween, any chance you can take a look at this?
EDIT: My apologies, I failed to check for a thread before updating this one. Currently this plugin only works in Classic Script mode.