mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-09-10 21:09:08 -05:00
Merge pull request #1706 from ousttrue/fix/constraint_initialize
[1.0] Awake で初期化するのが早すぎて Runtime ロードで動作しない
This commit is contained in:
@@ -38,7 +38,7 @@ namespace UniVRM10
|
||||
|
||||
Quaternion _dstRestLocalQuat;
|
||||
|
||||
void Awake()
|
||||
void Start()
|
||||
{
|
||||
if (Source == null)
|
||||
{
|
||||
|
||||
@@ -35,7 +35,7 @@ namespace UniVRM10
|
||||
Quaternion _srcRestLocalQuat;
|
||||
Quaternion _dstRestLocalQuat;
|
||||
|
||||
void Awake()
|
||||
void Start()
|
||||
{
|
||||
if (Source == null)
|
||||
{
|
||||
|
||||
@@ -20,7 +20,7 @@ namespace UniVRM10
|
||||
Quaternion _srcRestLocalQuatInverse;
|
||||
Quaternion _dstRestLocalQuat;
|
||||
|
||||
void Awake()
|
||||
void Start()
|
||||
{
|
||||
if (Source == null)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user