File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
release/NativeEditPlugin/scripts Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -185,7 +185,6 @@ private void OnApplicationFocus(bool hasFocus)
185185
186186 private IEnumerator InitialzieOnNextFrame ( )
187187 {
188- // this is to avoid a deadlock for more info when trying to get data from two separate native plugins and handling them in Unity
189188 yield return null ;
190189
191190 this . PrepareNativeEdit ( ) ;
@@ -259,6 +258,7 @@ public override void OnPluginMsgDirect(JsonObject jsonMsg)
259258
260259 private IEnumerator PluginsMessageRoutine ( JsonObject jsonMsg )
261260 {
261+ // this is to avoid a deadlock for more info when trying to get data from two separate native plugins and handling them in Unity
262262 yield return null ;
263263
264264 string msg = jsonMsg . GetString ( "msg" ) ;
You can’t perform that action at this time.
0 commit comments