Skip to content

Commit d362c29

Browse files
committed
Bump to Unity 5.6.7f1
1 parent ed2774e commit d362c29

File tree

67 files changed

+312
-140
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

67 files changed

+312
-140
lines changed

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -59,3 +59,6 @@ $RECYCLE.BIN/
5959
Network Trash Folder
6060
Temporary Items
6161
.apdisk
62+
63+
Temp/
64+
build/

Assembly-CSharp-Editor.csproj

+48-26
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<PropertyGroup>
44
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
@@ -19,7 +19,7 @@
1919
<DebugType>full</DebugType>
2020
<Optimize>false</Optimize>
2121
<OutputPath>Temp\bin\Debug\</OutputPath>
22-
<DefineConstants>DEBUG;TRACE;UNITY_5_3_OR_NEWER;UNITY_5_4_OR_NEWER;UNITY_5_4_2;UNITY_5_4;UNITY_5;ENABLE_NEW_BUGREPORTER;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_DUCK_TYPING;ENABLE_EDITOR_RETINA;ENABLE_RETINA_GUISTYLES;ENABLE_FRAME_DEBUGGER;ENABLE_GENERICS;ENABLE_HOME_SCREEN;ENABLE_IMAGEEFFECTS;ENABLE_LIGHT_PROBES_LEGACY;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_PLUGIN_INSPECTOR;ENABLE_SHADOWS;ENABLE_SPRITERENDERER_FLIPPING;ENABLE_SPRITES;ENABLE_SPRITE_POLYGON;ENABLE_TERRAIN;ENABLE_RAKNET;ENABLE_UNET;ENABLE_UNITYEVENTS;ENABLE_VR;ENABLE_WEBCAM;ENABLE_WWW;ENABLE_CLOUD_SERVICES;ENABLE_CLOUD_SERVICES_COLLAB;ENABLE_CLOUD_SERVICES_ADS;ENABLE_CLOUD_HUB;ENABLE_CLOUD_PROJECT_ID;ENABLE_CLOUD_SERVICES_CRASH_REPORTING;ENABLE_CLOUD_SERVICES_PURCHASING;ENABLE_CLOUD_SERVICES_ANALYTICS;ENABLE_CLOUD_SERVICES_UNET;ENABLE_CLOUD_SERVICES_BUILD;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_METRICS;ENABLE_EDITOR_METRICS_CACHING;INCLUDE_DYNAMIC_GI;INCLUDE_GI;INCLUDE_IL2CPP;INCLUDE_DIRECTX12;PLATFORM_SUPPORTS_MONO;RENDER_SOFTWARE_CURSOR;INCLUDE_PUBNUB;ENABLE_LOCALIZATION;ENABLE_ANDROID_ATLAS_ETC1_COMPRESSION;ENABLE_EDITOR_TESTS_RUNNER;UNITY_STANDALONE_WIN;UNITY_STANDALONE;ENABLE_SUBSTANCE;ENABLE_TEXTUREID_MAP;ENABLE_RUNTIME_GI;ENABLE_MOVIES;ENABLE_NETWORK;ENABLE_CRUNCH_TEXTURE_COMPRESSION;ENABLE_UNITYWEBREQUEST;ENABLE_EVENT_QUEUE;ENABLE_CLUSTERINPUT;ENABLE_WEBSOCKET_HOST;ENABLE_MONO;DEVELOPMENT_BUILD;ENABLE_PROFILER;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_WIN;UNITY_TEAM_LICENSE</DefineConstants>
22+
<DefineConstants>DEBUG;TRACE;UNITY_5_3_OR_NEWER;UNITY_5_4_OR_NEWER;UNITY_5_5_OR_NEWER;UNITY_5_6_OR_NEWER;UNITY_5_6_7;UNITY_5_6;UNITY_5;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_GENERICS;ENABLE_PVR_GI;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_RUNTIME_NAVMESH_BUILDING;ENABLE_SPRITERENDERER_FLIPPING;ENABLE_SPRITES;ENABLE_TERRAIN;ENABLE_RAKNET;ENABLE_UNET;ENABLE_LZMA;ENABLE_UNITYEVENTS;ENABLE_WEBCAM;ENABLE_WWW;ENABLE_CLOUD_SERVICES_COLLAB;ENABLE_CLOUD_SERVICES_ADS;ENABLE_CLOUD_HUB;ENABLE_CLOUD_PROJECT_ID;ENABLE_CLOUD_SERVICES_UNET;ENABLE_CLOUD_SERVICES_BUILD;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_METRICS;ENABLE_EDITOR_METRICS_CACHING;ENABLE_NATIVE_ARRAY;INCLUDE_DYNAMIC_GI;INCLUDE_GI;PLATFORM_SUPPORTS_MONO;INCLUDE_PUBNUB;ENABLE_PLAYMODE_TESTS_RUNNER;ENABLE_SCRIPTING_NEW_CSHARP_COMPILER;ENABLE_VIDEO;UNITY_ANDROID;ENABLE_SUBSTANCE;UNITY_ANDROID_API;ENABLE_EGL;ENABLE_NETWORK;ENABLE_RUNTIME_GI;ENABLE_CRUNCH_TEXTURE_COMPRESSION;ENABLE_UNITYWEBREQUEST;ENABLE_CLOUD_SERVICES;ENABLE_CLOUD_SERVICES_ANALYTICS;ENABLE_CLOUD_SERVICES_PURCHASING;ENABLE_CLOUD_SERVICES_CRASH_REPORTING;PLATFORM_SUPPORTS_ADS_ID;UNITY_CAN_SHOW_SPLASH_SCREEN;ENABLE_VR;ENABLE_UNITYADS_RUNTIME;UNITY_UNITYADS_API;ENABLE_MONO;NET_2_0_SUBSET;ENABLE_PROFILER;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_WIN;ENABLE_NATIVE_ARRAY_CHECKS;UNITY_TEAM_LICENSE;UNITY_HAS_GOOGLEVR;ENABLE_DUCK_TYPING</DefineConstants>
2323
<ErrorReport>prompt</ErrorReport>
2424
<WarningLevel>4</WarningLevel>
2525
<NoWarn>0169</NoWarn>
@@ -36,12 +36,13 @@
3636
<Reference Include="System" />
3737
<Reference Include="System.XML" />
3838
<Reference Include="System.Core" />
39+
<Reference Include="System.Runtime.Serialization" />
3940
<Reference Include="System.Xml.Linq" />
4041
<Reference Include="UnityEngine">
41-
<HintPath>D:/Program Files/Unity 5.4.2p1/Editor/Data/Managed/UnityEngine.dll</HintPath>
42+
<HintPath>D:/Program Files/Unity/5.6.7f1/Editor/Data/Managed/UnityEngine.dll</HintPath>
4243
</Reference>
4344
<Reference Include="UnityEditor">
44-
<HintPath>D:/Program Files/Unity 5.4.2p1/Editor/Data/Managed/UnityEditor.dll</HintPath>
45+
<HintPath>D:/Program Files/Unity/5.6.7f1/Editor/Data/Managed/UnityEditor.dll</HintPath>
4546
</Reference>
4647
</ItemGroup>
4748
<ItemGroup>
@@ -116,46 +117,67 @@
116117
<None Include="Assets\Standard Assets\Effects\ImageEffects\Shaders\_BloomAndFlares\BlurAndFlares.shader" />
117118
<None Include="Assets\Standard Assets\Effects\ImageEffects\Shaders\_BloomAndFlares\BlendForBloom.shader" />
118119
<Reference Include="UnityEditor.Advertisements">
119-
<HintPath>D:/Program Files/Unity 5.4.2p1/Editor/Data/UnityExtensions/Unity/Advertisements/Editor/UnityEditor.Advertisements.dll</HintPath>
120-
</Reference>
121-
<Reference Include="nunit.framework">
122-
<HintPath>D:/Program Files/Unity 5.4.2p1/Editor/Data/UnityExtensions/Unity/EditorTestsRunner/Editor/nunit.framework.dll</HintPath>
123-
</Reference>
124-
<Reference Include="UnityEditor.EditorTestsRunner">
125-
<HintPath>D:/Program Files/Unity 5.4.2p1/Editor/Data/UnityExtensions/Unity/EditorTestsRunner/Editor/UnityEditor.EditorTestsRunner.dll</HintPath>
120+
<HintPath>D:/Program Files/Unity/5.6.7f1/Editor/Data/UnityExtensions/Unity/Advertisements/Editor/UnityEditor.Advertisements.dll</HintPath>
126121
</Reference>
127122
<Reference Include="UnityEngine.UI">
128-
<HintPath>D:/Program Files/Unity 5.4.2p1/Editor/Data/UnityExtensions/Unity/GUISystem/UnityEngine.UI.dll</HintPath>
123+
<HintPath>D:/Program Files/Unity/5.6.7f1/Editor/Data/UnityExtensions/Unity/GUISystem/UnityEngine.UI.dll</HintPath>
129124
</Reference>
130125
<Reference Include="UnityEditor.UI">
131-
<HintPath>D:/Program Files/Unity 5.4.2p1/Editor/Data/UnityExtensions/Unity/GUISystem/Editor/UnityEditor.UI.dll</HintPath>
126+
<HintPath>D:/Program Files/Unity/5.6.7f1/Editor/Data/UnityExtensions/Unity/GUISystem/Editor/UnityEditor.UI.dll</HintPath>
132127
</Reference>
133128
<Reference Include="UnityEngine.Networking">
134-
<HintPath>D:/Program Files/Unity 5.4.2p1/Editor/Data/UnityExtensions/Unity/Networking/UnityEngine.Networking.dll</HintPath>
129+
<HintPath>D:/Program Files/Unity/5.6.7f1/Editor/Data/UnityExtensions/Unity/Networking/UnityEngine.Networking.dll</HintPath>
135130
</Reference>
136131
<Reference Include="UnityEditor.Networking">
137-
<HintPath>D:/Program Files/Unity 5.4.2p1/Editor/Data/UnityExtensions/Unity/Networking/Editor/UnityEditor.Networking.dll</HintPath>
132+
<HintPath>D:/Program Files/Unity/5.6.7f1/Editor/Data/UnityExtensions/Unity/Networking/Editor/UnityEditor.Networking.dll</HintPath>
133+
</Reference>
134+
<Reference Include="UnityEditor.TestRunner">
135+
<HintPath>D:/Program Files/Unity/5.6.7f1/Editor/Data/UnityExtensions/Unity/TestRunner/Editor/UnityEditor.TestRunner.dll</HintPath>
136+
</Reference>
137+
<Reference Include="UnityEngine.TestRunner">
138+
<HintPath>D:/Program Files/Unity/5.6.7f1/Editor/Data/UnityExtensions/Unity/TestRunner/UnityEngine.TestRunner.dll</HintPath>
139+
</Reference>
140+
<Reference Include="nunit.framework">
141+
<HintPath>D:/Program Files/Unity/5.6.7f1/Editor/Data/UnityExtensions/Unity/TestRunner/net35/unity-custom/nunit.framework.dll</HintPath>
138142
</Reference>
139143
<Reference Include="UnityEditor.TreeEditor">
140-
<HintPath>D:/Program Files/Unity 5.4.2p1/Editor/Data/UnityExtensions/Unity/TreeEditor/Editor/UnityEditor.TreeEditor.dll</HintPath>
144+
<HintPath>D:/Program Files/Unity/5.6.7f1/Editor/Data/UnityExtensions/Unity/TreeEditor/Editor/UnityEditor.TreeEditor.dll</HintPath>
145+
</Reference>
146+
<Reference Include="UnityEngine.Analytics">
147+
<HintPath>D:/Program Files/Unity/5.6.7f1/Editor/Data/UnityExtensions/Unity/UnityAnalytics/UnityEngine.Analytics.dll</HintPath>
148+
</Reference>
149+
<Reference Include="UnityEditor.Analytics">
150+
<HintPath>D:/Program Files/Unity/5.6.7f1/Editor/Data/UnityExtensions/Unity/UnityAnalytics/Editor/UnityEditor.Analytics.dll</HintPath>
151+
</Reference>
152+
<Reference Include="UnityEditor.HoloLens">
153+
<HintPath>D:/Program Files/Unity/5.6.7f1/Editor/Data/UnityExtensions/Unity/UnityHoloLens/Editor/UnityEditor.HoloLens.dll</HintPath>
154+
</Reference>
155+
<Reference Include="UnityEngine.HoloLens">
156+
<HintPath>D:/Program Files/Unity/5.6.7f1/Editor/Data/UnityExtensions/Unity/UnityHoloLens/RuntimeEditor/UnityEngine.HoloLens.dll</HintPath>
157+
</Reference>
158+
<Reference Include="UnityEditor.Purchasing">
159+
<HintPath>D:/Program Files/Unity/5.6.7f1/Editor/Data/UnityExtensions/Unity/UnityPurchasing/Editor/UnityEditor.Purchasing.dll</HintPath>
160+
</Reference>
161+
<Reference Include="UnityEditor.VR">
162+
<HintPath>D:/Program Files/Unity/5.6.7f1/Editor/Data/UnityExtensions/Unity/UnityVR/Editor/UnityEditor.VR.dll</HintPath>
163+
</Reference>
164+
<Reference Include="UnityEngine.VR">
165+
<HintPath>D:/Program Files/Unity/5.6.7f1/Editor/Data/UnityExtensions/Unity/UnityVR/RuntimeEditor/UnityEngine.VR.dll</HintPath>
141166
</Reference>
142167
<Reference Include="UnityEditor.Graphs">
143-
<HintPath>D:/Program Files/Unity 5.4.2p1/Editor/Data/Managed/UnityEditor.Graphs.dll</HintPath>
168+
<HintPath>D:/Program Files/Unity/5.6.7f1/Editor/Data/Managed/UnityEditor.Graphs.dll</HintPath>
144169
</Reference>
145170
<Reference Include="UnityEditor.Android.Extensions">
146-
<HintPath>D:/Program Files/Unity 5.4.2p1/Editor/Data/PlaybackEngines/AndroidPlayer/UnityEditor.Android.Extensions.dll</HintPath>
147-
</Reference>
148-
<Reference Include="UnityEditor.iOS.Extensions">
149-
<HintPath>D:/Program Files/Unity 5.4.2p1/Editor/Data/PlaybackEngines/iOSSupport/UnityEditor.iOS.Extensions.dll</HintPath>
171+
<HintPath>D:/Program Files/Unity/5.6.7f1/Editor/Data/PlaybackEngines/AndroidPlayer/UnityEditor.Android.Extensions.dll</HintPath>
150172
</Reference>
151173
<Reference Include="UnityEditor.WindowsStandalone.Extensions">
152-
<HintPath>D:/Program Files/Unity 5.4.2p1/Editor/Data/PlaybackEngines/windowsstandalonesupport/UnityEditor.WindowsStandalone.Extensions.dll</HintPath>
153-
</Reference>
154-
<Reference Include="System.Threading">
155-
<HintPath>C:/Users/ACER/Documents/UNETTest/Assets/Plugins/System.Threading.dll</HintPath>
174+
<HintPath>D:/Program Files/Unity/5.6.7f1/Editor/Data/PlaybackEngines/windowsstandalonesupport/UnityEditor.WindowsStandalone.Extensions.dll</HintPath>
156175
</Reference>
157176
<Reference Include="Open.Nat">
158-
<HintPath>C:/Users/ACER/Documents/UNETTest/Assets/Plugins/Open.Nat.dll</HintPath>
177+
<HintPath>D:/github/UNETTest/Assets/Plugins/Open.Nat.dll</HintPath>
178+
</Reference>
179+
<Reference Include="System.Threading">
180+
<HintPath>D:/github/UNETTest/Assets/Plugins/System.Threading.dll</HintPath>
159181
</Reference>
160182
</ItemGroup>
161183
<ItemGroup>

Assembly-CSharp-firstpass.csproj

+25-9
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<PropertyGroup>
44
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
@@ -19,7 +19,7 @@
1919
<DebugType>full</DebugType>
2020
<Optimize>false</Optimize>
2121
<OutputPath>Temp\bin\Debug\</OutputPath>
22-
<DefineConstants>DEBUG;TRACE;UNITY_5_3_OR_NEWER;UNITY_5_4_OR_NEWER;UNITY_5_4_2;UNITY_5_4;UNITY_5;ENABLE_NEW_BUGREPORTER;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_DUCK_TYPING;ENABLE_EDITOR_RETINA;ENABLE_RETINA_GUISTYLES;ENABLE_FRAME_DEBUGGER;ENABLE_GENERICS;ENABLE_HOME_SCREEN;ENABLE_IMAGEEFFECTS;ENABLE_LIGHT_PROBES_LEGACY;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_PLUGIN_INSPECTOR;ENABLE_SHADOWS;ENABLE_SPRITERENDERER_FLIPPING;ENABLE_SPRITES;ENABLE_SPRITE_POLYGON;ENABLE_TERRAIN;ENABLE_RAKNET;ENABLE_UNET;ENABLE_UNITYEVENTS;ENABLE_VR;ENABLE_WEBCAM;ENABLE_WWW;ENABLE_CLOUD_SERVICES;ENABLE_CLOUD_SERVICES_COLLAB;ENABLE_CLOUD_SERVICES_ADS;ENABLE_CLOUD_HUB;ENABLE_CLOUD_PROJECT_ID;ENABLE_CLOUD_SERVICES_CRASH_REPORTING;ENABLE_CLOUD_SERVICES_PURCHASING;ENABLE_CLOUD_SERVICES_ANALYTICS;ENABLE_CLOUD_SERVICES_UNET;ENABLE_CLOUD_SERVICES_BUILD;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_METRICS;ENABLE_EDITOR_METRICS_CACHING;INCLUDE_DYNAMIC_GI;INCLUDE_GI;INCLUDE_IL2CPP;INCLUDE_DIRECTX12;PLATFORM_SUPPORTS_MONO;RENDER_SOFTWARE_CURSOR;INCLUDE_PUBNUB;ENABLE_LOCALIZATION;ENABLE_ANDROID_ATLAS_ETC1_COMPRESSION;ENABLE_EDITOR_TESTS_RUNNER;UNITY_STANDALONE_WIN;UNITY_STANDALONE;ENABLE_SUBSTANCE;ENABLE_TEXTUREID_MAP;ENABLE_RUNTIME_GI;ENABLE_MOVIES;ENABLE_NETWORK;ENABLE_CRUNCH_TEXTURE_COMPRESSION;ENABLE_UNITYWEBREQUEST;ENABLE_EVENT_QUEUE;ENABLE_CLUSTERINPUT;ENABLE_WEBSOCKET_HOST;ENABLE_MONO;DEVELOPMENT_BUILD;ENABLE_PROFILER;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_WIN;UNITY_TEAM_LICENSE</DefineConstants>
22+
<DefineConstants>DEBUG;TRACE;UNITY_5_3_OR_NEWER;UNITY_5_4_OR_NEWER;UNITY_5_5_OR_NEWER;UNITY_5_6_OR_NEWER;UNITY_5_6_7;UNITY_5_6;UNITY_5;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_GENERICS;ENABLE_PVR_GI;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_RUNTIME_NAVMESH_BUILDING;ENABLE_SPRITERENDERER_FLIPPING;ENABLE_SPRITES;ENABLE_TERRAIN;ENABLE_RAKNET;ENABLE_UNET;ENABLE_LZMA;ENABLE_UNITYEVENTS;ENABLE_WEBCAM;ENABLE_WWW;ENABLE_CLOUD_SERVICES_COLLAB;ENABLE_CLOUD_SERVICES_ADS;ENABLE_CLOUD_HUB;ENABLE_CLOUD_PROJECT_ID;ENABLE_CLOUD_SERVICES_UNET;ENABLE_CLOUD_SERVICES_BUILD;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_METRICS;ENABLE_EDITOR_METRICS_CACHING;ENABLE_NATIVE_ARRAY;INCLUDE_DYNAMIC_GI;INCLUDE_GI;PLATFORM_SUPPORTS_MONO;INCLUDE_PUBNUB;ENABLE_PLAYMODE_TESTS_RUNNER;ENABLE_SCRIPTING_NEW_CSHARP_COMPILER;ENABLE_VIDEO;UNITY_ANDROID;ENABLE_SUBSTANCE;UNITY_ANDROID_API;ENABLE_EGL;ENABLE_NETWORK;ENABLE_RUNTIME_GI;ENABLE_CRUNCH_TEXTURE_COMPRESSION;ENABLE_UNITYWEBREQUEST;ENABLE_CLOUD_SERVICES;ENABLE_CLOUD_SERVICES_ANALYTICS;ENABLE_CLOUD_SERVICES_PURCHASING;ENABLE_CLOUD_SERVICES_CRASH_REPORTING;PLATFORM_SUPPORTS_ADS_ID;UNITY_CAN_SHOW_SPLASH_SCREEN;ENABLE_VR;ENABLE_UNITYADS_RUNTIME;UNITY_UNITYADS_API;ENABLE_MONO;NET_2_0_SUBSET;ENABLE_PROFILER;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_WIN;ENABLE_NATIVE_ARRAY_CHECKS;UNITY_TEAM_LICENSE;UNITY_HAS_GOOGLEVR</DefineConstants>
2323
<ErrorReport>prompt</ErrorReport>
2424
<WarningLevel>4</WarningLevel>
2525
<NoWarn>0169</NoWarn>
@@ -36,12 +36,13 @@
3636
<Reference Include="System" />
3737
<Reference Include="System.XML" />
3838
<Reference Include="System.Core" />
39+
<Reference Include="System.Runtime.Serialization" />
3940
<Reference Include="System.Xml.Linq" />
4041
<Reference Include="UnityEngine">
41-
<HintPath>D:/Program Files/Unity 5.4.2p1/Editor/Data/Managed/UnityEngine.dll</HintPath>
42+
<HintPath>D:/Program Files/Unity/5.6.7f1/Editor/Data/Managed/UnityEngine.dll</HintPath>
4243
</Reference>
4344
<Reference Include="UnityEditor">
44-
<HintPath>D:/Program Files/Unity 5.4.2p1/Editor/Data/Managed/UnityEditor.dll</HintPath>
45+
<HintPath>D:/Program Files/Unity/5.6.7f1/Editor/Data/Managed/UnityEditor.dll</HintPath>
4546
</Reference>
4647
</ItemGroup>
4748
<ItemGroup>
@@ -314,16 +315,31 @@
314315
<None Include="Assets\Standard Assets\Effects\ImageEffects\Shaders\_BloomAndFlares\BlurAndFlares.shader" />
315316
<None Include="Assets\Standard Assets\Effects\ImageEffects\Shaders\_BloomAndFlares\BlendForBloom.shader" />
316317
<Reference Include="UnityEngine.UI">
317-
<HintPath>D:/Program Files/Unity 5.4.2p1/Editor/Data/UnityExtensions/Unity/GUISystem/UnityEngine.UI.dll</HintPath>
318+
<HintPath>D:/Program Files/Unity/5.6.7f1/Editor/Data/UnityExtensions/Unity/GUISystem/UnityEngine.UI.dll</HintPath>
318319
</Reference>
319320
<Reference Include="UnityEngine.Networking">
320-
<HintPath>D:/Program Files/Unity 5.4.2p1/Editor/Data/UnityExtensions/Unity/Networking/UnityEngine.Networking.dll</HintPath>
321+
<HintPath>D:/Program Files/Unity/5.6.7f1/Editor/Data/UnityExtensions/Unity/Networking/UnityEngine.Networking.dll</HintPath>
321322
</Reference>
322-
<Reference Include="System.Threading">
323-
<HintPath>C:/Users/ACER/Documents/UNETTest/Assets/Plugins/System.Threading.dll</HintPath>
323+
<Reference Include="UnityEngine.TestRunner">
324+
<HintPath>D:/Program Files/Unity/5.6.7f1/Editor/Data/UnityExtensions/Unity/TestRunner/UnityEngine.TestRunner.dll</HintPath>
325+
</Reference>
326+
<Reference Include="nunit.framework">
327+
<HintPath>D:/Program Files/Unity/5.6.7f1/Editor/Data/UnityExtensions/Unity/TestRunner/net35/unity-custom/nunit.framework.dll</HintPath>
328+
</Reference>
329+
<Reference Include="UnityEngine.Analytics">
330+
<HintPath>D:/Program Files/Unity/5.6.7f1/Editor/Data/UnityExtensions/Unity/UnityAnalytics/UnityEngine.Analytics.dll</HintPath>
331+
</Reference>
332+
<Reference Include="UnityEngine.HoloLens">
333+
<HintPath>D:/Program Files/Unity/5.6.7f1/Editor/Data/UnityExtensions/Unity/UnityHoloLens/RuntimeEditor/UnityEngine.HoloLens.dll</HintPath>
334+
</Reference>
335+
<Reference Include="UnityEngine.VR">
336+
<HintPath>D:/Program Files/Unity/5.6.7f1/Editor/Data/UnityExtensions/Unity/UnityVR/RuntimeEditor/UnityEngine.VR.dll</HintPath>
324337
</Reference>
325338
<Reference Include="Open.Nat">
326-
<HintPath>C:/Users/ACER/Documents/UNETTest/Assets/Plugins/Open.Nat.dll</HintPath>
339+
<HintPath>D:/github/UNETTest/Assets/Plugins/Open.Nat.dll</HintPath>
340+
</Reference>
341+
<Reference Include="System.Threading">
342+
<HintPath>D:/github/UNETTest/Assets/Plugins/System.Threading.dll</HintPath>
327343
</Reference>
328344
</ItemGroup>
329345
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />

0 commit comments

Comments
 (0)