Skip to content

Commit 060d3bd

Browse files
committed
Add UNITY_2019_3_OR_NEWER define constraits to MackySoft.SerializeReferenceExtensions.Example.GetStarted.asmdef
1 parent 782fe29 commit 060d3bd

File tree

2 files changed

+3
-28
lines changed

2 files changed

+3
-28
lines changed

Assets/MackySoft/MackySoft.SerializeReferenceExtensions/Samples~/GetStarted/Scripts/Runtime/MackySoft.SerializeReferenceExtensions.Example.GetStarted.asmdef

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@
1010
"overrideReferences": false,
1111
"precompiledReferences": [],
1212
"autoReferenced": true,
13-
"defineConstraints": [],
13+
"defineConstraints": [
14+
"UNITY_2019_3_OR_NEWER"
15+
],
1416
"versionDefines": [],
1517
"noEngineReferences": false
1618
}

MackySoft.SerializeReferenceExtensions.Example.GetStarted.csproj

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -281,33 +281,6 @@
281281
<Reference Include="UnityEditor.UnityConnectModule">
282282
<HintPath>C:\Program Files\Unity\Hub\Editor\2020.3.24f1\Editor\Data\Managed\UnityEngine\UnityEditor.UnityConnectModule.dll</HintPath>
283283
</Reference>
284-
<Reference Include="UnityEditor.Graphs">
285-
<HintPath>C:\Program Files\Unity\Hub\Editor\2020.3.24f1\Editor\Data\Managed\UnityEditor.Graphs.dll</HintPath>
286-
</Reference>
287-
<Reference Include="UnityEditor.Android.Extensions">
288-
<HintPath>C:\Program Files\Unity\Hub\Editor\2020.3.24f1\Editor\Data\PlaybackEngines\AndroidPlayer\UnityEditor.Android.Extensions.dll</HintPath>
289-
</Reference>
290-
<Reference Include="UnityEditor.iOS.Extensions">
291-
<HintPath>C:\Program Files\Unity\Hub\Editor\2020.3.24f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.dll</HintPath>
292-
</Reference>
293-
<Reference Include="UnityEditor.WindowsStandalone.Extensions">
294-
<HintPath>C:\Program Files\Unity\Hub\Editor\2020.3.24f1\Editor\Data\PlaybackEngines\WindowsStandaloneSupport\UnityEditor.WindowsStandalone.Extensions.dll</HintPath>
295-
</Reference>
296-
<Reference Include="SyntaxTree.VisualStudio.Unity.Bridge">
297-
<HintPath>C:\Program Files (x86)\Microsoft Visual Studio Tools for Unity\16.0\Editor\SyntaxTree.VisualStudio.Unity.Bridge.dll</HintPath>
298-
</Reference>
299-
<Reference Include="Unity.Plastic.Newtonsoft.Json">
300-
<HintPath>Library\PackageCache\[email protected]\Lib\Editor\PlasticSCM\Unity.Plastic.Newtonsoft.Json.dll</HintPath>
301-
</Reference>
302-
<Reference Include="Unity.Plastic.Antlr3.Runtime">
303-
<HintPath>Library\PackageCache\[email protected]\Lib\Editor\PlasticSCM\Unity.Plastic.Antlr3.Runtime.dll</HintPath>
304-
</Reference>
305-
<Reference Include="unityplastic">
306-
<HintPath>Library\PackageCache\[email protected]\Lib\Editor\PlasticSCM\unityplastic.dll</HintPath>
307-
</Reference>
308-
<Reference Include="log4netPlastic">
309-
<HintPath>Library\PackageCache\[email protected]\Lib\Editor\PlasticSCM\log4netPlastic.dll</HintPath>
310-
</Reference>
311284
<Reference Include="Newtonsoft.Json">
312285
<HintPath>Library\PackageCache\[email protected]\Runtime\Newtonsoft.Json.dll</HintPath>
313286
</Reference>

0 commit comments

Comments
 (0)