Results 4 issues of sheen

save data [gd_resource type="Resource" load_steps=2 format=2] [sub_resource type="ECMAScript" id=1] [resource] script = SubResource( 1 ) data = [ "ddasdads", "adsadada" ] but Unable to load

investigation

# 表现 clone后的物理出现乱飞 # 原因 ` set angularVelocity(value: Vector3) { this._angularVelocity = value; if (this._btColliderObject) { var btValue: CANNON.Vec3= this.btColliderObject.angularVelocity; (this.isSleeping)&&(this.wakeUp()); btValue.set(value.x,value.y,value.z); this.btColliderObject.velocity = btValue; } } ` # 解决办法...

![image](https://user-images.githubusercontent.com/13329486/78333902-4aa7c880-75bd-11ea-96f4-a5a1d354cd4e.png) i need use Recursive,How to modify?