mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 02:50:32 +00:00
breaking: Asset Store Release
BREAKING CHANGE: Asset Store Release
This commit is contained in:
parent
dac1f6406f
commit
9b103d5370
@ -22,10 +22,6 @@ public static void AddDefineSymbols()
|
|||||||
HashSet<string> defines = new HashSet<string>(currentDefines.Split(';'))
|
HashSet<string> defines = new HashSet<string>(currentDefines.Split(';'))
|
||||||
{
|
{
|
||||||
"MIRROR",
|
"MIRROR",
|
||||||
"MIRROR_70_OR_NEWER",
|
|
||||||
"MIRROR_71_OR_NEWER",
|
|
||||||
"MIRROR_73_OR_NEWER",
|
|
||||||
"MIRROR_78_OR_NEWER",
|
|
||||||
"MIRROR_79_OR_NEWER",
|
"MIRROR_79_OR_NEWER",
|
||||||
"MIRROR_81_OR_NEWER",
|
"MIRROR_81_OR_NEWER",
|
||||||
"MIRROR_82_OR_NEWER",
|
"MIRROR_82_OR_NEWER",
|
||||||
@ -33,7 +29,7 @@ public static void AddDefineSymbols()
|
|||||||
"MIRROR_84_OR_NEWER",
|
"MIRROR_84_OR_NEWER",
|
||||||
"MIRROR_85_OR_NEWER",
|
"MIRROR_85_OR_NEWER",
|
||||||
"MIRROR_86_OR_NEWER",
|
"MIRROR_86_OR_NEWER",
|
||||||
"MIRROR_88_OR_NEWER"
|
"MIRROR_89_OR_NEWER"
|
||||||
};
|
};
|
||||||
|
|
||||||
// only touch PlayerSettings if we actually modified it,
|
// only touch PlayerSettings if we actually modified it,
|
||||||
|
Loading…
Reference in New Issue
Block a user