>>977
>>982
子要素にロードまではうまくいくのですが、
weapon.trancform.localEulerAngles = new Vector3(-7.183f, -86.57f , 28.886f);

weapon.trancform.localPosition = new Vector3(0.0006f, 0.0034f , -0.0041f);

weapon.trancform.localScale = new Vector3(0.1f, 0.1f , 0.1f);
という形で微調整しようとするとワールド座標のx 0.0006, y 0.0034 , z -0.0041に出力されてしまいます。