mirror of
https://github.com/BlackMATov/unity-flash-tools.git
synced 2025-12-15 12:29:49 +07:00
update controllers to late update
This commit is contained in:
@@ -349,6 +349,9 @@ namespace FTRuntime {
|
||||
|
||||
void Awake() {
|
||||
_clip = GetComponent<SwfClip>();
|
||||
}
|
||||
|
||||
void Start() {
|
||||
if ( autoPlay && Application.isPlaying ) {
|
||||
Play(false);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user