-
Notifications
You must be signed in to change notification settings - Fork 136
Commit 74d7d4a
committed
Close the native library when the editor state changes back to edit mode rather than in OnApplicationQuit, which can be called before other MonoBehaviour messages like OnDestroy.
1 parent efcc949 commit 74d7d4a
1 file changed
+15
-4
lines changedLines changed: 15 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | + | ||
2 | + | ||
1 | 3 |
| |
2 | 4 |
| |
3 | 5 |
| |
| |||
25 | 27 |
| |
26 | 28 |
| |
27 | 29 |
| |
30 | + | ||
28 | 31 |
| |
29 | 32 |
| |
30 | 33 |
| |
| |||
34 | 37 |
| |
35 | 38 |
| |
36 | 39 |
| |
40 | + | ||
41 | + | ||
42 | + | ||
43 | + | ||
37 | 44 |
| |
38 | 45 |
| |
39 | 46 |
| |
| |||
74 | 81 |
| |
75 | 82 |
| |
76 | 83 |
| |
77 | - | ||
78 | - | ||
79 | - | ||
84 | + | ||
85 | + | ||
80 | 86 |
| |
81 | - | ||
87 | + | ||
88 | + | ||
89 | + | ||
90 | + | ||
91 | + | ||
82 | 92 |
| |
93 | + | ||
83 | 94 |
| |
84 | 95 |
|
0 commit comments