Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified Editor/Plugins/minihost-plugin.editor.dll
Binary file not shown.
10 changes: 10 additions & 0 deletions Editor/Scripts/TJExtDef.cs
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,16 @@ private static void Init()
#else
TJExtEnvDef.SETDEF("WEIXINMINIGAME", false);
#endif
#if UNITY_MINIGAME
TJExtEnvDef.SETDEF("UNITY_MINIGAME", true);
#else
TJExtEnvDef.SETDEF("UNITY_MINIGAME", false);
#endif
#if MINIGAME_SUBPLATFORM_TAPTAP
TJExtEnvDef.SETDEF("MINIGAME_SUBPLATFORM_TAPTAP", true);
#else
TJExtEnvDef.SETDEF("MINIGAME_SUBPLATFORM_TAPTAP", false);
#endif
#if TUANJIE_2022_3_OR_NEWER
TJExtEnvDef.SETDEF("TUANJIE_2022_3_OR_NEWER", true);
#else
Expand Down