Revision 11:01dde4258840
b/Assembly-CSharp-Editor-vs.csproj | ||
---|---|---|
1 |
<?xml version="1.0" encoding="utf-8"?> |
|
2 |
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
|
3 |
<PropertyGroup> |
|
4 |
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
|
5 |
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
|
6 |
<ProductVersion>10.0.20506</ProductVersion> |
|
7 |
<SchemaVersion>2.0</SchemaVersion> |
|
8 |
<ProjectGuid>{2D8BDB18-E4F9-77D1-2563-A7BA672CE248}</ProjectGuid> |
|
9 |
<OutputType>Library</OutputType> |
|
10 |
<AppDesignerFolder>Properties</AppDesignerFolder> |
|
11 |
<RootNamespace></RootNamespace> |
|
12 |
<AssemblyName>Assembly-CSharp-Editor</AssemblyName> |
|
13 |
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion> |
|
14 |
<FileAlignment>512</FileAlignment> |
|
15 |
<BaseDirectory>Assets</BaseDirectory> |
|
16 |
</PropertyGroup> |
|
17 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
|
18 |
<DebugSymbols>true</DebugSymbols> |
|
19 |
<DebugType>full</DebugType> |
|
20 |
<Optimize>false</Optimize> |
|
21 |
<OutputPath>Temp\bin\Debug\</OutputPath> |
|
22 |
<DefineConstants>DEBUG;TRACE;UNITY_STANDALONE_OSX;ENABLE_MICROPHONE;ENABLE_TEXTUREID_MAP;ENABLE_AUDIO_FMOD;UNITY_STANDALONE;ENABLE_MONO;ENABLE_SPRITES;ENABLE_TERRAIN;ENABLE_GENERICS;ENABLE_SUBSTANCE;INCLUDE_WP8SUPPORT;ENABLE_MOVIES;ENABLE_WWW;ENABLE_IMAGEEFFECTS;INCLUDE_METROSUPPORT;RENDER_SOFTWARE_CURSOR;ENABLE_NETWORK;ENABLE_PHYSICS;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_2D_PHYSICS;ENABLE_GAMECENTER;ENABLE_SHADOWS;ENABLE_AUDIO;ENABLE_NAVMESH_CARVING;ENABLE_DUCK_TYPING;ENABLE_SINGLE_INSTANCE_BUILD_SETTING;UNITY_4_3_4;UNITY_4_3;ENABLE_PROFILER;UNITY_EDITOR;UNITY_EDITOR_OSX;UNITY_TEAM_LICENSE</DefineConstants> |
|
23 |
<ErrorReport>prompt</ErrorReport> |
|
24 |
<WarningLevel>4</WarningLevel> |
|
25 |
<NoWarn>0169</NoWarn> |
|
26 |
</PropertyGroup> |
|
27 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
|
28 |
<DebugType>pdbonly</DebugType> |
|
29 |
<Optimize>true</Optimize> |
|
30 |
<OutputPath>Temp\bin\Release\</OutputPath> |
|
31 |
<DefineConstants>TRACE</DefineConstants> |
|
32 |
<ErrorReport>prompt</ErrorReport> |
|
33 |
<WarningLevel>4</WarningLevel> |
|
34 |
<NoWarn>0169</NoWarn> |
|
35 |
</PropertyGroup> |
|
36 |
<ItemGroup> |
|
37 |
<Reference Include="System" /> |
|
38 |
<Reference Include="System.XML" /> |
|
39 |
<Reference Include="System.Core" /> |
|
40 |
<Reference Include="System.Xml.Linq" /> |
|
41 |
<Reference Include="UnityEngine"> |
|
42 |
<HintPath>/Applications/Unity/Unity.app/Contents/Frameworks/Managed/UnityEngine.dll</HintPath> |
|
43 |
</Reference> |
|
44 |
<Reference Include="UnityEditor"> |
|
45 |
<HintPath>/Applications/Unity/Unity.app/Contents/Frameworks/Managed/UnityEditor.dll</HintPath> |
|
46 |
</Reference> |
|
47 |
</ItemGroup> |
|
48 |
<ItemGroup> |
|
49 |
<Compile Include="Assets\Editor\Water (Pro Only)\Water4\GerstnerDisplaceEditor.cs" /> |
|
50 |
<Compile Include="Assets\Editor\Water (Pro Only)\Water4\PlanarReflectionEditor.cs" /> |
|
51 |
<Compile Include="Assets\Editor\Water (Pro Only)\Water4\SpecularLightingEditor.cs" /> |
|
52 |
<Compile Include="Assets\Editor\Water (Pro Only)\Water4\WaterBaseEditor.cs" /> |
|
53 |
<Compile Include="Assets\Editor\Water (Pro Only)\Water4\WaterEditorUtility.cs" /> |
|
54 |
<None Include="Assets\Standard Assets\Water (Pro Only)\Water4\Sources\Shaders\FX-SimpleWater4.shader" /> |
|
55 |
<None Include="Assets\Standard Assets\Skyboxes\_skybox info.txt" /> |
|
56 |
<None Include="Assets\Standard Assets\Water (Pro Only)\Sources\Shaders\FX-Water.shader" /> |
|
57 |
<None Include="Assets\Standard Assets\Water (Pro Only)\Water4\Sources\Shaders\WaterInclude.cginc" /> |
|
58 |
<None Include="Assets\Standard Assets\Water (Pro Only)\Water4\Sources\Shaders\FX-Water4.shader" /> |
|
59 |
<Reference Include="Library\ScriptAssemblies\Assembly-UnityScript-firstpass"> |
|
60 |
<HintPath>Library\ScriptAssemblies\Assembly-UnityScript-firstpass.dll</HintPath> |
|
61 |
</Reference> |
|
62 |
<Reference Include="Assets\Plugins\UnityHTTP\external\Ionic.Zlib"> |
|
63 |
<HintPath>Assets\Plugins\UnityHTTP\external\Ionic.Zlib.dll</HintPath> |
|
64 |
</Reference> |
|
65 |
<Reference Include="\Applications\Unity\Unity.app\Contents\Frameworks\Managed\UnityEditor.Graphs"> |
|
66 |
<HintPath>\Applications\Unity\Unity.app\Contents\Frameworks\Managed\UnityEditor.Graphs.dll</HintPath> |
|
67 |
</Reference> |
|
68 |
<Reference Include="\Applications\Unity\Unity.app\Contents\PlaybackEngines\iPhonePlayer\EditorExtensions\UnityEditor.iOS.Extensions"> |
|
69 |
<HintPath>\Applications\Unity\Unity.app\Contents\PlaybackEngines\iPhonePlayer\EditorExtensions\UnityEditor.iOS.Extensions.dll</HintPath> |
|
70 |
</Reference> |
|
71 |
<Reference Include="\Applications\Unity\Unity.app\Contents\PlaybackEngines\BB10Player\EditorExtensions\UnityEditor.BB10.Extensions"> |
|
72 |
<HintPath>\Applications\Unity\Unity.app\Contents\PlaybackEngines\BB10Player\EditorExtensions\UnityEditor.BB10.Extensions.dll</HintPath> |
|
73 |
</Reference> |
|
74 |
<Reference Include="\Applications\Unity\Unity.app\Contents\PlaybackEngines\AndroidPlayer\EditorExtensions\UnityEditor.Android.Extensions"> |
|
75 |
<HintPath>\Applications\Unity\Unity.app\Contents\PlaybackEngines\AndroidPlayer\EditorExtensions\UnityEditor.Android.Extensions.dll</HintPath> |
|
76 |
</Reference> |
|
77 |
</ItemGroup> |
|
78 |
<ItemGroup> |
|
79 |
<ProjectReference Include="Assembly-CSharp-firstpass-vs.csproj"> |
|
80 |
<Project>{7007CBE3-10E4-7DF2-E304-898681DB92A4}</Project> <Name>Assembly-CSharp-firstpass-vs</Name> </ProjectReference> |
|
81 |
<ProjectReference Include="Assembly-CSharp-vs.csproj"> |
|
82 |
<Project>{FB1CE524-14B7-92E9-0E83-F6C98B577983}</Project> <Name>Assembly-CSharp-vs</Name> </ProjectReference> |
|
83 |
</ItemGroup> |
|
84 |
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
|
85 |
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
|
86 |
Other similar extension points exist, see Microsoft.Common.targets. |
|
87 |
<Target Name="BeforeBuild"> |
|
88 |
</Target> |
|
89 |
<Target Name="AfterBuild"> |
|
90 |
</Target> |
|
91 |
--> |
|
92 |
|
|
93 |
</Project> |
b/Assembly-CSharp-Editor.csproj | ||
---|---|---|
1 |
<?xml version="1.0" encoding="utf-8"?> |
|
2 |
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
|
3 |
<PropertyGroup> |
|
4 |
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
|
5 |
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
|
6 |
<ProductVersion>10.0.20506</ProductVersion> |
|
7 |
<SchemaVersion>2.0</SchemaVersion> |
|
8 |
<ProjectGuid>{2D8BDB18-E4F9-77D1-2563-A7BA672CE248}</ProjectGuid> |
|
9 |
<OutputType>Library</OutputType> |
|
10 |
<AppDesignerFolder>Properties</AppDesignerFolder> |
|
11 |
<RootNamespace></RootNamespace> |
|
12 |
<AssemblyName>Assembly-CSharp-Editor</AssemblyName> |
|
13 |
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion> |
|
14 |
<FileAlignment>512</FileAlignment> |
|
15 |
<BaseDirectory>Assets</BaseDirectory> |
|
16 |
</PropertyGroup> |
|
17 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
|
18 |
<DebugSymbols>true</DebugSymbols> |
|
19 |
<DebugType>full</DebugType> |
|
20 |
<Optimize>false</Optimize> |
|
21 |
<OutputPath>Temp\bin\Debug\</OutputPath> |
|
22 |
<DefineConstants>DEBUG;TRACE;UNITY_STANDALONE_OSX;ENABLE_MICROPHONE;ENABLE_TEXTUREID_MAP;ENABLE_AUDIO_FMOD;UNITY_STANDALONE;ENABLE_MONO;ENABLE_SPRITES;ENABLE_TERRAIN;ENABLE_GENERICS;ENABLE_SUBSTANCE;INCLUDE_WP8SUPPORT;ENABLE_MOVIES;ENABLE_WWW;ENABLE_IMAGEEFFECTS;INCLUDE_METROSUPPORT;RENDER_SOFTWARE_CURSOR;ENABLE_NETWORK;ENABLE_PHYSICS;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_2D_PHYSICS;ENABLE_GAMECENTER;ENABLE_SHADOWS;ENABLE_AUDIO;ENABLE_NAVMESH_CARVING;ENABLE_DUCK_TYPING;ENABLE_SINGLE_INSTANCE_BUILD_SETTING;UNITY_4_3_4;UNITY_4_3;ENABLE_PROFILER;UNITY_EDITOR;UNITY_EDITOR_OSX;UNITY_TEAM_LICENSE</DefineConstants> |
|
23 |
<ErrorReport>prompt</ErrorReport> |
|
24 |
<WarningLevel>4</WarningLevel> |
|
25 |
<NoWarn>0169</NoWarn> |
|
26 |
</PropertyGroup> |
|
27 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
|
28 |
<DebugType>pdbonly</DebugType> |
|
29 |
<Optimize>true</Optimize> |
|
30 |
<OutputPath>Temp\bin\Release\</OutputPath> |
|
31 |
<DefineConstants>TRACE</DefineConstants> |
|
32 |
<ErrorReport>prompt</ErrorReport> |
|
33 |
<WarningLevel>4</WarningLevel> |
|
34 |
<NoWarn>0169</NoWarn> |
|
35 |
</PropertyGroup> |
|
36 |
<ItemGroup> |
|
37 |
<Reference Include="System" /> |
|
38 |
<Reference Include="System.XML" /> |
|
39 |
<Reference Include="System.Core" /> |
|
40 |
<Reference Include="System.Xml.Linq" /> |
|
41 |
<Reference Include="UnityEngine"> |
|
42 |
<HintPath>/Applications/Unity/Unity.app/Contents/Frameworks/Managed/UnityEngine.dll</HintPath> |
|
43 |
</Reference> |
|
44 |
<Reference Include="UnityEditor"> |
|
45 |
<HintPath>/Applications/Unity/Unity.app/Contents/Frameworks/Managed/UnityEditor.dll</HintPath> |
|
46 |
</Reference> |
|
47 |
</ItemGroup> |
|
48 |
<ItemGroup> |
|
49 |
<Compile Include="Assets\Editor\Water (Pro Only)\Water4\GerstnerDisplaceEditor.cs" /> |
|
50 |
<Compile Include="Assets\Editor\Water (Pro Only)\Water4\PlanarReflectionEditor.cs" /> |
|
51 |
<Compile Include="Assets\Editor\Water (Pro Only)\Water4\SpecularLightingEditor.cs" /> |
|
52 |
<Compile Include="Assets\Editor\Water (Pro Only)\Water4\WaterBaseEditor.cs" /> |
|
53 |
<Compile Include="Assets\Editor\Water (Pro Only)\Water4\WaterEditorUtility.cs" /> |
|
54 |
<None Include="Assets\Standard Assets\Water (Pro Only)\Water4\Sources\Shaders\FX-SimpleWater4.shader" /> |
|
55 |
<None Include="Assets\Standard Assets\Skyboxes\_skybox info.txt" /> |
|
56 |
<None Include="Assets\Standard Assets\Water (Pro Only)\Sources\Shaders\FX-Water.shader" /> |
|
57 |
<None Include="Assets\Standard Assets\Water (Pro Only)\Water4\Sources\Shaders\WaterInclude.cginc" /> |
|
58 |
<None Include="Assets\Standard Assets\Water (Pro Only)\Water4\Sources\Shaders\FX-Water4.shader" /> |
|
59 |
<Reference Include="Assets\Plugins\UnityHTTP\external\Ionic.Zlib"> |
|
60 |
<HintPath>Assets\Plugins\UnityHTTP\external\Ionic.Zlib.dll</HintPath> |
|
61 |
</Reference> |
|
62 |
<Reference Include="\Applications\Unity\Unity.app\Contents\Frameworks\Managed\UnityEditor.Graphs"> |
|
63 |
<HintPath>\Applications\Unity\Unity.app\Contents\Frameworks\Managed\UnityEditor.Graphs.dll</HintPath> |
|
64 |
</Reference> |
|
65 |
<Reference Include="\Applications\Unity\Unity.app\Contents\PlaybackEngines\iPhonePlayer\EditorExtensions\UnityEditor.iOS.Extensions"> |
|
66 |
<HintPath>\Applications\Unity\Unity.app\Contents\PlaybackEngines\iPhonePlayer\EditorExtensions\UnityEditor.iOS.Extensions.dll</HintPath> |
|
67 |
</Reference> |
|
68 |
<Reference Include="\Applications\Unity\Unity.app\Contents\PlaybackEngines\BB10Player\EditorExtensions\UnityEditor.BB10.Extensions"> |
|
69 |
<HintPath>\Applications\Unity\Unity.app\Contents\PlaybackEngines\BB10Player\EditorExtensions\UnityEditor.BB10.Extensions.dll</HintPath> |
|
70 |
</Reference> |
|
71 |
<Reference Include="\Applications\Unity\Unity.app\Contents\PlaybackEngines\AndroidPlayer\EditorExtensions\UnityEditor.Android.Extensions"> |
|
72 |
<HintPath>\Applications\Unity\Unity.app\Contents\PlaybackEngines\AndroidPlayer\EditorExtensions\UnityEditor.Android.Extensions.dll</HintPath> |
|
73 |
</Reference> |
|
74 |
</ItemGroup> |
|
75 |
<ItemGroup> |
|
76 |
<ProjectReference Include="Assembly-CSharp-firstpass.csproj"> |
|
77 |
<Project>{7007CBE3-10E4-7DF2-E304-898681DB92A4}</Project> <Name>Assembly-CSharp-firstpass</Name> </ProjectReference> |
|
78 |
<ProjectReference Include="Assembly-UnityScript-firstpass.unityproj"> |
|
79 |
<Project>{981A8839-DF79-8EB3-3D27-9D1C75B50B41}</Project> <Name>Assembly-UnityScript-firstpass</Name> </ProjectReference> |
|
80 |
<ProjectReference Include="Assembly-CSharp.csproj"> |
|
81 |
<Project>{FB1CE524-14B7-92E9-0E83-F6C98B577983}</Project> <Name>Assembly-CSharp</Name> </ProjectReference> |
|
82 |
</ItemGroup> |
|
83 |
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
|
84 |
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
|
85 |
Other similar extension points exist, see Microsoft.Common.targets. |
|
86 |
<Target Name="BeforeBuild"> |
|
87 |
</Target> |
|
88 |
<Target Name="AfterBuild"> |
|
89 |
</Target> |
|
90 |
--> |
|
91 |
|
|
92 |
</Project> |
b/Assembly-CSharp-firstpass-vs.csproj | ||
---|---|---|
1 |
<?xml version="1.0" encoding="utf-8"?> |
|
2 |
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
|
3 |
<PropertyGroup> |
|
4 |
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
|
5 |
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
|
6 |
<ProductVersion>10.0.20506</ProductVersion> |
|
7 |
<SchemaVersion>2.0</SchemaVersion> |
|
8 |
<ProjectGuid>{7007CBE3-10E4-7DF2-E304-898681DB92A4}</ProjectGuid> |
|
9 |
<OutputType>Library</OutputType> |
|
10 |
<AppDesignerFolder>Properties</AppDesignerFolder> |
|
11 |
<RootNamespace></RootNamespace> |
|
12 |
<AssemblyName>Assembly-CSharp-firstpass</AssemblyName> |
|
13 |
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion> |
|
14 |
<FileAlignment>512</FileAlignment> |
|
15 |
<BaseDirectory>Assets</BaseDirectory> |
|
16 |
</PropertyGroup> |
|
17 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
|
18 |
<DebugSymbols>true</DebugSymbols> |
|
19 |
<DebugType>full</DebugType> |
|
20 |
<Optimize>false</Optimize> |
|
21 |
<OutputPath>Temp\bin\Debug\</OutputPath> |
|
22 |
<DefineConstants>DEBUG;TRACE;UNITY_STANDALONE_OSX;ENABLE_MICROPHONE;ENABLE_TEXTUREID_MAP;ENABLE_AUDIO_FMOD;UNITY_STANDALONE;ENABLE_MONO;ENABLE_SPRITES;ENABLE_TERRAIN;ENABLE_GENERICS;ENABLE_SUBSTANCE;INCLUDE_WP8SUPPORT;ENABLE_MOVIES;ENABLE_WWW;ENABLE_IMAGEEFFECTS;INCLUDE_METROSUPPORT;RENDER_SOFTWARE_CURSOR;ENABLE_NETWORK;ENABLE_PHYSICS;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_2D_PHYSICS;ENABLE_GAMECENTER;ENABLE_SHADOWS;ENABLE_AUDIO;ENABLE_NAVMESH_CARVING;ENABLE_DUCK_TYPING;ENABLE_SINGLE_INSTANCE_BUILD_SETTING;UNITY_4_3_4;UNITY_4_3;ENABLE_PROFILER;UNITY_EDITOR;UNITY_EDITOR_OSX;UNITY_TEAM_LICENSE</DefineConstants> |
|
23 |
<ErrorReport>prompt</ErrorReport> |
|
24 |
<WarningLevel>4</WarningLevel> |
|
25 |
<NoWarn>0169</NoWarn> |
|
26 |
</PropertyGroup> |
|
27 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
|
28 |
<DebugType>pdbonly</DebugType> |
|
29 |
<Optimize>true</Optimize> |
|
30 |
<OutputPath>Temp\bin\Release\</OutputPath> |
|
31 |
<DefineConstants>TRACE</DefineConstants> |
|
32 |
<ErrorReport>prompt</ErrorReport> |
|
33 |
<WarningLevel>4</WarningLevel> |
|
34 |
<NoWarn>0169</NoWarn> |
|
35 |
</PropertyGroup> |
|
36 |
<ItemGroup> |
|
37 |
<Reference Include="System" /> |
|
38 |
<Reference Include="System.XML" /> |
|
39 |
<Reference Include="System.Core" /> |
|
40 |
<Reference Include="System.Xml.Linq" /> |
|
41 |
<Reference Include="UnityEngine"> |
|
42 |
<HintPath>/Applications/Unity/Unity.app/Contents/Frameworks/Managed/UnityEngine.dll</HintPath> |
|
43 |
</Reference> |
|
44 |
<Reference Include="UnityEditor"> |
|
45 |
<HintPath>/Applications/Unity/Unity.app/Contents/Frameworks/Managed/UnityEditor.dll</HintPath> |
|
46 |
</Reference> |
|
47 |
</ItemGroup> |
|
48 |
<ItemGroup> |
|
49 |
<Compile Include="Assets\Plugins\LitJson\IJsonWrapper.cs" /> |
|
50 |
<Compile Include="Assets\Plugins\LitJson\JsonData.cs" /> |
|
51 |
<Compile Include="Assets\Plugins\LitJson\JsonException.cs" /> |
|
52 |
<Compile Include="Assets\Plugins\LitJson\JsonMapper.cs" /> |
|
53 |
<Compile Include="Assets\Plugins\LitJson\JsonMockWrapper.cs" /> |
|
54 |
<Compile Include="Assets\Plugins\LitJson\JsonReader.cs" /> |
|
55 |
<Compile Include="Assets\Plugins\LitJson\JsonWriter.cs" /> |
|
56 |
<Compile Include="Assets\Plugins\LitJson\Lexer.cs" /> |
|
57 |
<Compile Include="Assets\Plugins\LitJson\ParserToken.cs" /> |
|
58 |
<Compile Include="Assets\Plugins\SimpleJson.cs" /> |
|
59 |
<Compile Include="Assets\Plugins\UnityHTTP\CookieJar.cs" /> |
|
60 |
<Compile Include="Assets\Plugins\UnityHTTP\DiskCache.cs" /> |
|
61 |
<Compile Include="Assets\Plugins\UnityHTTP\Request.cs" /> |
|
62 |
<Compile Include="Assets\Plugins\UnityHTTP\Response.cs" /> |
|
63 |
<Compile Include="Assets\Plugins\UnityHTTP\ResponseCallbackDispatcher.cs" /> |
|
64 |
<Compile Include="Assets\Plugins\UnityHTTP\external\JSON.cs" /> |
|
65 |
<Compile Include="Assets\Plugins\websocket-sharp\AssemblyInfo.cs" /> |
|
66 |
<Compile Include="Assets\Plugins\websocket-sharp\AuthenticationChallenge.cs" /> |
|
67 |
<Compile Include="Assets\Plugins\websocket-sharp\AuthenticationResponse.cs" /> |
|
68 |
<Compile Include="Assets\Plugins\websocket-sharp\ByteOrder.cs" /> |
|
69 |
<Compile Include="Assets\Plugins\websocket-sharp\CloseEventArgs.cs" /> |
|
70 |
<Compile Include="Assets\Plugins\websocket-sharp\CloseStatusCode.cs" /> |
|
71 |
<Compile Include="Assets\Plugins\websocket-sharp\CompressionMethod.cs" /> |
|
72 |
<Compile Include="Assets\Plugins\websocket-sharp\ErrorEventArgs.cs" /> |
|
73 |
<Compile Include="Assets\Plugins\websocket-sharp\Ext.cs" /> |
|
74 |
<Compile Include="Assets\Plugins\websocket-sharp\Fin.cs" /> |
|
75 |
<Compile Include="Assets\Plugins\websocket-sharp\HandshakeBase.cs" /> |
|
76 |
<Compile Include="Assets\Plugins\websocket-sharp\HandshakeRequest.cs" /> |
|
77 |
<Compile Include="Assets\Plugins\websocket-sharp\HandshakeResponse.cs" /> |
|
78 |
<Compile Include="Assets\Plugins\websocket-sharp\LogData.cs" /> |
|
79 |
<Compile Include="Assets\Plugins\websocket-sharp\LogLevel.cs" /> |
|
80 |
<Compile Include="Assets\Plugins\websocket-sharp\Logger.cs" /> |
|
81 |
<Compile Include="Assets\Plugins\websocket-sharp\Mask.cs" /> |
|
82 |
<Compile Include="Assets\Plugins\websocket-sharp\MessageEventArgs.cs" /> |
|
83 |
<Compile Include="Assets\Plugins\websocket-sharp\Net\AuthenticationSchemeSelector.cs" /> |
|
84 |
<Compile Include="Assets\Plugins\websocket-sharp\Net\AuthenticationSchemes.cs" /> |
|
85 |
<Compile Include="Assets\Plugins\websocket-sharp\Net\ChunkStream.cs" /> |
|
86 |
<Compile Include="Assets\Plugins\websocket-sharp\Net\ChunkedInputStream.cs" /> |
|
87 |
<Compile Include="Assets\Plugins\websocket-sharp\Net\Cookie.cs" /> |
|
88 |
<Compile Include="Assets\Plugins\websocket-sharp\Net\CookieCollection.cs" /> |
|
89 |
<Compile Include="Assets\Plugins\websocket-sharp\Net\CookieException.cs" /> |
|
90 |
<Compile Include="Assets\Plugins\websocket-sharp\Net\EndPointListener.cs" /> |
|
91 |
<Compile Include="Assets\Plugins\websocket-sharp\Net\EndPointManager.cs" /> |
|
92 |
<Compile Include="Assets\Plugins\websocket-sharp\Net\HttpConnection.cs" /> |
|
93 |
<Compile Include="Assets\Plugins\websocket-sharp\Net\HttpHeaderInfo.cs" /> |
|
94 |
<Compile Include="Assets\Plugins\websocket-sharp\Net\HttpHeaderType.cs" /> |
|
95 |
<Compile Include="Assets\Plugins\websocket-sharp\Net\HttpListener.cs" /> |
|
96 |
<Compile Include="Assets\Plugins\websocket-sharp\Net\HttpListenerContext.cs" /> |
|
97 |
<Compile Include="Assets\Plugins\websocket-sharp\Net\HttpListenerException.cs" /> |
|
98 |
<Compile Include="Assets\Plugins\websocket-sharp\Net\HttpListenerPrefixCollection.cs" /> |
|
99 |
<Compile Include="Assets\Plugins\websocket-sharp\Net\HttpListenerRequest.cs" /> |
|
100 |
<Compile Include="Assets\Plugins\websocket-sharp\Net\HttpListenerResponse.cs" /> |
|
101 |
<Compile Include="Assets\Plugins\websocket-sharp\Net\HttpStatusCode.cs" /> |
|
102 |
<Compile Include="Assets\Plugins\websocket-sharp\Net\HttpStreamAsyncResult.cs" /> |
|
103 |
<Compile Include="Assets\Plugins\websocket-sharp\Net\HttpUtility.cs" /> |
|
104 |
<Compile Include="Assets\Plugins\websocket-sharp\Net\HttpVersion.cs" /> |
|
105 |
<Compile Include="Assets\Plugins\websocket-sharp\Net\ListenerAsyncResult.cs" /> |
|
106 |
<Compile Include="Assets\Plugins\websocket-sharp\Net\ListenerPrefix.cs" /> |
|
107 |
<Compile Include="Assets\Plugins\websocket-sharp\Net\RequestStream.cs" /> |
|
108 |
<Compile Include="Assets\Plugins\websocket-sharp\Net\ResponseStream.cs" /> |
|
109 |
<Compile Include="Assets\Plugins\websocket-sharp\Net\Security\SslStream.cs" /> |
|
110 |
<Compile Include="Assets\Plugins\websocket-sharp\Net\WebHeaderCollection.cs" /> |
|
111 |
<Compile Include="Assets\Plugins\websocket-sharp\Net\WebSockets\HttpListenerWebSocketContext.cs" /> |
|
112 |
<Compile Include="Assets\Plugins\websocket-sharp\Net\WebSockets\TcpListenerWebSocketContext.cs" /> |
|
113 |
<Compile Include="Assets\Plugins\websocket-sharp\Net\WebSockets\WebSocketContext.cs" /> |
|
114 |
<Compile Include="Assets\Plugins\websocket-sharp\Opcode.cs" /> |
|
115 |
<Compile Include="Assets\Plugins\websocket-sharp\PayloadData.cs" /> |
|
116 |
<Compile Include="Assets\Plugins\websocket-sharp\Rsv.cs" /> |
|
117 |
<Compile Include="Assets\Plugins\websocket-sharp\Server\HttpRequestEventArgs.cs" /> |
|
118 |
<Compile Include="Assets\Plugins\websocket-sharp\Server\HttpServer.cs" /> |
|
119 |
<Compile Include="Assets\Plugins\websocket-sharp\Server\IWebSocketSession.cs" /> |
|
120 |
<Compile Include="Assets\Plugins\websocket-sharp\Server\ServerState.cs" /> |
|
121 |
<Compile Include="Assets\Plugins\websocket-sharp\Server\WebSocketServer.cs" /> |
|
122 |
<Compile Include="Assets\Plugins\websocket-sharp\Server\WebSocketService.cs" /> |
|
123 |
<Compile Include="Assets\Plugins\websocket-sharp\Server\WebSocketServiceHost.cs" /> |
|
124 |
<Compile Include="Assets\Plugins\websocket-sharp\Server\WebSocketServiceHostManager.cs" /> |
|
125 |
<Compile Include="Assets\Plugins\websocket-sharp\Server\WebSocketSessionManager.cs" /> |
|
126 |
<Compile Include="Assets\Plugins\websocket-sharp\WebSocket.cs" /> |
|
127 |
<Compile Include="Assets\Plugins\websocket-sharp\WebSocketException.cs" /> |
|
128 |
<Compile Include="Assets\Plugins\websocket-sharp\WebSocketState.cs" /> |
|
129 |
<Compile Include="Assets\Plugins\websocket-sharp\WsCredential.cs" /> |
|
130 |
<Compile Include="Assets\Plugins\websocket-sharp\WsFrame.cs" /> |
|
131 |
<Compile Include="Assets\Plugins\websocket-sharp\WsStream.cs" /> |
|
132 |
<Compile Include="Assets\Standard Assets\Character Controllers\Sources\Scripts\MouseLook.cs" /> |
|
133 |
<Compile Include="Assets\Standard Assets\Water (Pro Only)\Sources\Scripts\Water.cs" /> |
|
134 |
<Compile Include="Assets\Standard Assets\Water (Pro Only)\Water4\Sources\Scripts\Displace.cs" /> |
|
135 |
<Compile Include="Assets\Standard Assets\Water (Pro Only)\Water4\Sources\Scripts\GerstnerDisplace.cs" /> |
|
136 |
<Compile Include="Assets\Standard Assets\Water (Pro Only)\Water4\Sources\Scripts\MeshContainer.cs" /> |
|
137 |
<Compile Include="Assets\Standard Assets\Water (Pro Only)\Water4\Sources\Scripts\PlanarReflection.cs" /> |
|
138 |
<Compile Include="Assets\Standard Assets\Water (Pro Only)\Water4\Sources\Scripts\SpecularLighting.cs" /> |
|
139 |
<Compile Include="Assets\Standard Assets\Water (Pro Only)\Water4\Sources\Scripts\WaterBase.cs" /> |
|
140 |
<Compile Include="Assets\Standard Assets\Water (Pro Only)\Water4\Sources\Scripts\WaterTile.cs" /> |
|
141 |
<None Include="Assets\Standard Assets\Water (Pro Only)\Water4\Sources\Shaders\FX-SimpleWater4.shader" /> |
|
142 |
<None Include="Assets\Standard Assets\Skyboxes\_skybox info.txt" /> |
|
143 |
<None Include="Assets\Standard Assets\Water (Pro Only)\Sources\Shaders\FX-Water.shader" /> |
|
144 |
<None Include="Assets\Standard Assets\Water (Pro Only)\Water4\Sources\Shaders\WaterInclude.cginc" /> |
|
145 |
<None Include="Assets\Standard Assets\Water (Pro Only)\Water4\Sources\Shaders\FX-Water4.shader" /> |
|
146 |
<Reference Include="Assets\Plugins\UnityHTTP\external\Ionic.Zlib"> |
|
147 |
<HintPath>Assets\Plugins\UnityHTTP\external\Ionic.Zlib.dll</HintPath> |
|
148 |
</Reference> |
|
149 |
</ItemGroup> |
|
150 |
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
|
151 |
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
|
152 |
Other similar extension points exist, see Microsoft.Common.targets. |
|
153 |
<Target Name="BeforeBuild"> |
|
154 |
</Target> |
|
155 |
<Target Name="AfterBuild"> |
|
156 |
</Target> |
|
157 |
--> |
|
158 |
|
|
159 |
</Project> |
b/Assembly-CSharp-firstpass.csproj | ||
---|---|---|
1 |
<?xml version="1.0" encoding="utf-8"?> |
|
2 |
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
|
3 |
<PropertyGroup> |
|
4 |
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
|
5 |
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
|
6 |
<ProductVersion>10.0.20506</ProductVersion> |
|
7 |
<SchemaVersion>2.0</SchemaVersion> |
|
8 |
<ProjectGuid>{7007CBE3-10E4-7DF2-E304-898681DB92A4}</ProjectGuid> |
|
9 |
<OutputType>Library</OutputType> |
|
10 |
<AppDesignerFolder>Properties</AppDesignerFolder> |
|
11 |
<RootNamespace></RootNamespace> |
|
12 |
<AssemblyName>Assembly-CSharp-firstpass</AssemblyName> |
|
13 |
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion> |
|
14 |
<FileAlignment>512</FileAlignment> |
|
15 |
<BaseDirectory>Assets</BaseDirectory> |
|
16 |
</PropertyGroup> |
|
17 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
|
18 |
<DebugSymbols>true</DebugSymbols> |
|
19 |
<DebugType>full</DebugType> |
|
20 |
<Optimize>false</Optimize> |
|
21 |
<OutputPath>Temp\bin\Debug\</OutputPath> |
|
22 |
<DefineConstants>DEBUG;TRACE;UNITY_STANDALONE_OSX;ENABLE_MICROPHONE;ENABLE_TEXTUREID_MAP;ENABLE_AUDIO_FMOD;UNITY_STANDALONE;ENABLE_MONO;ENABLE_SPRITES;ENABLE_TERRAIN;ENABLE_GENERICS;ENABLE_SUBSTANCE;INCLUDE_WP8SUPPORT;ENABLE_MOVIES;ENABLE_WWW;ENABLE_IMAGEEFFECTS;INCLUDE_METROSUPPORT;RENDER_SOFTWARE_CURSOR;ENABLE_NETWORK;ENABLE_PHYSICS;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_2D_PHYSICS;ENABLE_GAMECENTER;ENABLE_SHADOWS;ENABLE_AUDIO;ENABLE_NAVMESH_CARVING;ENABLE_DUCK_TYPING;ENABLE_SINGLE_INSTANCE_BUILD_SETTING;UNITY_4_3_4;UNITY_4_3;ENABLE_PROFILER;UNITY_EDITOR;UNITY_EDITOR_OSX;UNITY_TEAM_LICENSE</DefineConstants> |
|
23 |
<ErrorReport>prompt</ErrorReport> |
|
24 |
<WarningLevel>4</WarningLevel> |
|
25 |
<NoWarn>0169</NoWarn> |
|
26 |
</PropertyGroup> |
|
27 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
|
28 |
<DebugType>pdbonly</DebugType> |
|
29 |
<Optimize>true</Optimize> |
|
30 |
<OutputPath>Temp\bin\Release\</OutputPath> |
|
31 |
<DefineConstants>TRACE</DefineConstants> |
|
32 |
<ErrorReport>prompt</ErrorReport> |
|
33 |
<WarningLevel>4</WarningLevel> |
|
34 |
<NoWarn>0169</NoWarn> |
|
35 |
</PropertyGroup> |
|
36 |
<ItemGroup> |
|
37 |
<Reference Include="System" /> |
|
38 |
<Reference Include="System.XML" /> |
|
39 |
<Reference Include="System.Core" /> |
|
40 |
<Reference Include="System.Xml.Linq" /> |
|
41 |
<Reference Include="UnityEngine"> |
|
42 |
<HintPath>/Applications/Unity/Unity.app/Contents/Frameworks/Managed/UnityEngine.dll</HintPath> |
|
43 |
</Reference> |
|
44 |
<Reference Include="UnityEditor"> |
|
45 |
<HintPath>/Applications/Unity/Unity.app/Contents/Frameworks/Managed/UnityEditor.dll</HintPath> |
|
46 |
</Reference> |
|
47 |
</ItemGroup> |
|
48 |
<ItemGroup> |
|
49 |
<Compile Include="Assets\Plugins\LitJson\IJsonWrapper.cs" /> |
|
50 |
<Compile Include="Assets\Plugins\LitJson\JsonData.cs" /> |
|
51 |
<Compile Include="Assets\Plugins\LitJson\JsonException.cs" /> |
|
52 |
<Compile Include="Assets\Plugins\LitJson\JsonMapper.cs" /> |
|
53 |
<Compile Include="Assets\Plugins\LitJson\JsonMockWrapper.cs" /> |
|
54 |
<Compile Include="Assets\Plugins\LitJson\JsonReader.cs" /> |
|
55 |
<Compile Include="Assets\Plugins\LitJson\JsonWriter.cs" /> |
|
56 |
<Compile Include="Assets\Plugins\LitJson\Lexer.cs" /> |
|
57 |
<Compile Include="Assets\Plugins\LitJson\ParserToken.cs" /> |
|
58 |
<Compile Include="Assets\Plugins\SimpleJson.cs" /> |
|
59 |
<Compile Include="Assets\Plugins\UnityHTTP\CookieJar.cs" /> |
|
60 |
<Compile Include="Assets\Plugins\UnityHTTP\DiskCache.cs" /> |
|
61 |
<Compile Include="Assets\Plugins\UnityHTTP\Request.cs" /> |
|
62 |
<Compile Include="Assets\Plugins\UnityHTTP\Response.cs" /> |
|
63 |
<Compile Include="Assets\Plugins\UnityHTTP\ResponseCallbackDispatcher.cs" /> |
|
64 |
<Compile Include="Assets\Plugins\UnityHTTP\external\JSON.cs" /> |
|
65 |
<Compile Include="Assets\Plugins\websocket-sharp\AssemblyInfo.cs" /> |
|
66 |
<Compile Include="Assets\Plugins\websocket-sharp\AuthenticationChallenge.cs" /> |
|
67 |
<Compile Include="Assets\Plugins\websocket-sharp\AuthenticationResponse.cs" /> |
|
68 |
<Compile Include="Assets\Plugins\websocket-sharp\ByteOrder.cs" /> |
|
69 |
<Compile Include="Assets\Plugins\websocket-sharp\CloseEventArgs.cs" /> |
|
70 |
<Compile Include="Assets\Plugins\websocket-sharp\CloseStatusCode.cs" /> |
|
71 |
<Compile Include="Assets\Plugins\websocket-sharp\CompressionMethod.cs" /> |
|
72 |
<Compile Include="Assets\Plugins\websocket-sharp\ErrorEventArgs.cs" /> |
|
73 |
<Compile Include="Assets\Plugins\websocket-sharp\Ext.cs" /> |
|
74 |
<Compile Include="Assets\Plugins\websocket-sharp\Fin.cs" /> |
|
75 |
<Compile Include="Assets\Plugins\websocket-sharp\HandshakeBase.cs" /> |
|
76 |
<Compile Include="Assets\Plugins\websocket-sharp\HandshakeRequest.cs" /> |
|
77 |
<Compile Include="Assets\Plugins\websocket-sharp\HandshakeResponse.cs" /> |
|
78 |
<Compile Include="Assets\Plugins\websocket-sharp\LogData.cs" /> |
|
79 |
<Compile Include="Assets\Plugins\websocket-sharp\LogLevel.cs" /> |
|
80 |
<Compile Include="Assets\Plugins\websocket-sharp\Logger.cs" /> |
|
81 |
<Compile Include="Assets\Plugins\websocket-sharp\Mask.cs" /> |
|
82 |
<Compile Include="Assets\Plugins\websocket-sharp\MessageEventArgs.cs" /> |
|
83 |
<Compile Include="Assets\Plugins\websocket-sharp\Net\AuthenticationSchemeSelector.cs" /> |
|
84 |
<Compile Include="Assets\Plugins\websocket-sharp\Net\AuthenticationSchemes.cs" /> |
|
85 |
<Compile Include="Assets\Plugins\websocket-sharp\Net\ChunkStream.cs" /> |
|
86 |
<Compile Include="Assets\Plugins\websocket-sharp\Net\ChunkedInputStream.cs" /> |
|
87 |
<Compile Include="Assets\Plugins\websocket-sharp\Net\Cookie.cs" /> |
|
88 |
<Compile Include="Assets\Plugins\websocket-sharp\Net\CookieCollection.cs" /> |
|
89 |
<Compile Include="Assets\Plugins\websocket-sharp\Net\CookieException.cs" /> |
|
90 |
<Compile Include="Assets\Plugins\websocket-sharp\Net\EndPointListener.cs" /> |
|
91 |
<Compile Include="Assets\Plugins\websocket-sharp\Net\EndPointManager.cs" /> |
|
92 |
<Compile Include="Assets\Plugins\websocket-sharp\Net\HttpConnection.cs" /> |
|
93 |
<Compile Include="Assets\Plugins\websocket-sharp\Net\HttpHeaderInfo.cs" /> |
|
94 |
<Compile Include="Assets\Plugins\websocket-sharp\Net\HttpHeaderType.cs" /> |
|
95 |
<Compile Include="Assets\Plugins\websocket-sharp\Net\HttpListener.cs" /> |
|
96 |
<Compile Include="Assets\Plugins\websocket-sharp\Net\HttpListenerContext.cs" /> |
|
97 |
<Compile Include="Assets\Plugins\websocket-sharp\Net\HttpListenerException.cs" /> |
|
98 |
<Compile Include="Assets\Plugins\websocket-sharp\Net\HttpListenerPrefixCollection.cs" /> |
|
99 |
<Compile Include="Assets\Plugins\websocket-sharp\Net\HttpListenerRequest.cs" /> |
|
100 |
<Compile Include="Assets\Plugins\websocket-sharp\Net\HttpListenerResponse.cs" /> |
|
101 |
<Compile Include="Assets\Plugins\websocket-sharp\Net\HttpStatusCode.cs" /> |
|
102 |
<Compile Include="Assets\Plugins\websocket-sharp\Net\HttpStreamAsyncResult.cs" /> |
|
103 |
<Compile Include="Assets\Plugins\websocket-sharp\Net\HttpUtility.cs" /> |
|
104 |
<Compile Include="Assets\Plugins\websocket-sharp\Net\HttpVersion.cs" /> |
|
105 |
<Compile Include="Assets\Plugins\websocket-sharp\Net\ListenerAsyncResult.cs" /> |
|
106 |
<Compile Include="Assets\Plugins\websocket-sharp\Net\ListenerPrefix.cs" /> |
|
107 |
<Compile Include="Assets\Plugins\websocket-sharp\Net\RequestStream.cs" /> |
|
108 |
<Compile Include="Assets\Plugins\websocket-sharp\Net\ResponseStream.cs" /> |
|
109 |
<Compile Include="Assets\Plugins\websocket-sharp\Net\Security\SslStream.cs" /> |
|
110 |
<Compile Include="Assets\Plugins\websocket-sharp\Net\WebHeaderCollection.cs" /> |
|
111 |
<Compile Include="Assets\Plugins\websocket-sharp\Net\WebSockets\HttpListenerWebSocketContext.cs" /> |
|
112 |
<Compile Include="Assets\Plugins\websocket-sharp\Net\WebSockets\TcpListenerWebSocketContext.cs" /> |
|
113 |
<Compile Include="Assets\Plugins\websocket-sharp\Net\WebSockets\WebSocketContext.cs" /> |
|
114 |
<Compile Include="Assets\Plugins\websocket-sharp\Opcode.cs" /> |
|
115 |
<Compile Include="Assets\Plugins\websocket-sharp\PayloadData.cs" /> |
|
116 |
<Compile Include="Assets\Plugins\websocket-sharp\Rsv.cs" /> |
|
117 |
<Compile Include="Assets\Plugins\websocket-sharp\Server\HttpRequestEventArgs.cs" /> |
|
118 |
<Compile Include="Assets\Plugins\websocket-sharp\Server\HttpServer.cs" /> |
|
119 |
<Compile Include="Assets\Plugins\websocket-sharp\Server\IWebSocketSession.cs" /> |
|
120 |
<Compile Include="Assets\Plugins\websocket-sharp\Server\ServerState.cs" /> |
|
121 |
<Compile Include="Assets\Plugins\websocket-sharp\Server\WebSocketServer.cs" /> |
|
122 |
<Compile Include="Assets\Plugins\websocket-sharp\Server\WebSocketService.cs" /> |
|
123 |
<Compile Include="Assets\Plugins\websocket-sharp\Server\WebSocketServiceHost.cs" /> |
|
124 |
<Compile Include="Assets\Plugins\websocket-sharp\Server\WebSocketServiceHostManager.cs" /> |
|
125 |
<Compile Include="Assets\Plugins\websocket-sharp\Server\WebSocketSessionManager.cs" /> |
|
126 |
<Compile Include="Assets\Plugins\websocket-sharp\WebSocket.cs" /> |
|
127 |
<Compile Include="Assets\Plugins\websocket-sharp\WebSocketException.cs" /> |
|
128 |
<Compile Include="Assets\Plugins\websocket-sharp\WebSocketState.cs" /> |
|
129 |
<Compile Include="Assets\Plugins\websocket-sharp\WsCredential.cs" /> |
|
130 |
<Compile Include="Assets\Plugins\websocket-sharp\WsFrame.cs" /> |
|
131 |
<Compile Include="Assets\Plugins\websocket-sharp\WsStream.cs" /> |
|
132 |
<Compile Include="Assets\Standard Assets\Character Controllers\Sources\Scripts\MouseLook.cs" /> |
|
133 |
<Compile Include="Assets\Standard Assets\Water (Pro Only)\Sources\Scripts\Water.cs" /> |
|
134 |
<Compile Include="Assets\Standard Assets\Water (Pro Only)\Water4\Sources\Scripts\Displace.cs" /> |
|
135 |
<Compile Include="Assets\Standard Assets\Water (Pro Only)\Water4\Sources\Scripts\GerstnerDisplace.cs" /> |
|
136 |
<Compile Include="Assets\Standard Assets\Water (Pro Only)\Water4\Sources\Scripts\MeshContainer.cs" /> |
|
137 |
<Compile Include="Assets\Standard Assets\Water (Pro Only)\Water4\Sources\Scripts\PlanarReflection.cs" /> |
|
138 |
<Compile Include="Assets\Standard Assets\Water (Pro Only)\Water4\Sources\Scripts\SpecularLighting.cs" /> |
|
139 |
<Compile Include="Assets\Standard Assets\Water (Pro Only)\Water4\Sources\Scripts\WaterBase.cs" /> |
|
140 |
<Compile Include="Assets\Standard Assets\Water (Pro Only)\Water4\Sources\Scripts\WaterTile.cs" /> |
|
141 |
<None Include="Assets\Standard Assets\Water (Pro Only)\Water4\Sources\Shaders\FX-SimpleWater4.shader" /> |
|
142 |
<None Include="Assets\Standard Assets\Skyboxes\_skybox info.txt" /> |
|
143 |
<None Include="Assets\Standard Assets\Water (Pro Only)\Sources\Shaders\FX-Water.shader" /> |
|
144 |
<None Include="Assets\Standard Assets\Water (Pro Only)\Water4\Sources\Shaders\WaterInclude.cginc" /> |
|
145 |
<None Include="Assets\Standard Assets\Water (Pro Only)\Water4\Sources\Shaders\FX-Water4.shader" /> |
|
146 |
<Reference Include="Assets\Plugins\UnityHTTP\external\Ionic.Zlib"> |
|
147 |
<HintPath>Assets\Plugins\UnityHTTP\external\Ionic.Zlib.dll</HintPath> |
|
148 |
</Reference> |
|
149 |
</ItemGroup> |
|
150 |
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
|
151 |
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
|
152 |
Other similar extension points exist, see Microsoft.Common.targets. |
|
153 |
<Target Name="BeforeBuild"> |
|
154 |
</Target> |
|
155 |
<Target Name="AfterBuild"> |
|
156 |
</Target> |
|
157 |
--> |
|
158 |
|
|
159 |
</Project> |
b/Assembly-CSharp-vs.csproj | ||
---|---|---|
1 |
<?xml version="1.0" encoding="utf-8"?> |
|
2 |
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
|
3 |
<PropertyGroup> |
|
4 |
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
|
5 |
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
|
6 |
<ProductVersion>10.0.20506</ProductVersion> |
|
7 |
<SchemaVersion>2.0</SchemaVersion> |
|
8 |
<ProjectGuid>{FB1CE524-14B7-92E9-0E83-F6C98B577983}</ProjectGuid> |
|
9 |
<OutputType>Library</OutputType> |
|
10 |
<AppDesignerFolder>Properties</AppDesignerFolder> |
|
11 |
<RootNamespace></RootNamespace> |
|
12 |
<AssemblyName>Assembly-CSharp</AssemblyName> |
|
13 |
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion> |
|
14 |
<FileAlignment>512</FileAlignment> |
|
15 |
<BaseDirectory>Assets</BaseDirectory> |
|
16 |
</PropertyGroup> |
|
17 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
|
18 |
<DebugSymbols>true</DebugSymbols> |
|
19 |
<DebugType>full</DebugType> |
|
20 |
<Optimize>false</Optimize> |
|
21 |
<OutputPath>Temp\bin\Debug\</OutputPath> |
|
22 |
<DefineConstants>DEBUG;TRACE;UNITY_STANDALONE_OSX;ENABLE_MICROPHONE;ENABLE_TEXTUREID_MAP;ENABLE_AUDIO_FMOD;UNITY_STANDALONE;ENABLE_MONO;ENABLE_SPRITES;ENABLE_TERRAIN;ENABLE_GENERICS;ENABLE_SUBSTANCE;INCLUDE_WP8SUPPORT;ENABLE_MOVIES;ENABLE_WWW;ENABLE_IMAGEEFFECTS;INCLUDE_METROSUPPORT;RENDER_SOFTWARE_CURSOR;ENABLE_NETWORK;ENABLE_PHYSICS;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_2D_PHYSICS;ENABLE_GAMECENTER;ENABLE_SHADOWS;ENABLE_AUDIO;ENABLE_NAVMESH_CARVING;ENABLE_DUCK_TYPING;ENABLE_SINGLE_INSTANCE_BUILD_SETTING;UNITY_4_3_4;UNITY_4_3;ENABLE_PROFILER;UNITY_EDITOR;UNITY_EDITOR_OSX;UNITY_TEAM_LICENSE</DefineConstants> |
|
23 |
<ErrorReport>prompt</ErrorReport> |
|
24 |
<WarningLevel>4</WarningLevel> |
|
25 |
<NoWarn>0169</NoWarn> |
|
26 |
</PropertyGroup> |
|
27 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
|
28 |
<DebugType>pdbonly</DebugType> |
|
29 |
<Optimize>true</Optimize> |
|
30 |
<OutputPath>Temp\bin\Release\</OutputPath> |
|
31 |
<DefineConstants>TRACE</DefineConstants> |
|
32 |
<ErrorReport>prompt</ErrorReport> |
|
33 |
<WarningLevel>4</WarningLevel> |
|
34 |
<NoWarn>0169</NoWarn> |
|
35 |
</PropertyGroup> |
|
36 |
<ItemGroup> |
|
37 |
<Reference Include="System" /> |
|
38 |
<Reference Include="System.XML" /> |
|
39 |
<Reference Include="System.Core" /> |
|
40 |
<Reference Include="System.Xml.Linq" /> |
|
41 |
<Reference Include="UnityEngine"> |
|
42 |
<HintPath>/Applications/Unity/Unity.app/Contents/Frameworks/Managed/UnityEngine.dll</HintPath> |
|
43 |
</Reference> |
|
44 |
<Reference Include="UnityEditor"> |
|
45 |
<HintPath>/Applications/Unity/Unity.app/Contents/Frameworks/Managed/UnityEditor.dll</HintPath> |
|
46 |
</Reference> |
|
47 |
</ItemGroup> |
|
48 |
<ItemGroup> |
|
49 |
<Compile Include="Assets\Scripts\ChainSync.cs" /> |
|
50 |
<None Include="Assets\Standard Assets\Water (Pro Only)\Water4\Sources\Shaders\FX-SimpleWater4.shader" /> |
|
51 |
<None Include="Assets\Standard Assets\Skyboxes\_skybox info.txt" /> |
|
52 |
<None Include="Assets\Standard Assets\Water (Pro Only)\Sources\Shaders\FX-Water.shader" /> |
|
53 |
<None Include="Assets\Standard Assets\Water (Pro Only)\Water4\Sources\Shaders\WaterInclude.cginc" /> |
|
54 |
<None Include="Assets\Standard Assets\Water (Pro Only)\Water4\Sources\Shaders\FX-Water4.shader" /> |
|
55 |
<Reference Include="Library\ScriptAssemblies\Assembly-UnityScript-firstpass"> |
|
56 |
<HintPath>Library\ScriptAssemblies\Assembly-UnityScript-firstpass.dll</HintPath> |
|
57 |
</Reference> |
|
58 |
<Reference Include="Assets\Plugins\UnityHTTP\external\Ionic.Zlib"> |
|
59 |
<HintPath>Assets\Plugins\UnityHTTP\external\Ionic.Zlib.dll</HintPath> |
|
60 |
</Reference> |
|
61 |
</ItemGroup> |
|
62 |
<ItemGroup> |
|
63 |
<ProjectReference Include="Assembly-CSharp-firstpass-vs.csproj"> |
|
64 |
<Project>{7007CBE3-10E4-7DF2-E304-898681DB92A4}</Project> <Name>Assembly-CSharp-firstpass-vs</Name> </ProjectReference> |
|
65 |
</ItemGroup> |
|
66 |
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
|
67 |
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
|
68 |
Other similar extension points exist, see Microsoft.Common.targets. |
|
69 |
<Target Name="BeforeBuild"> |
|
70 |
</Target> |
|
71 |
<Target Name="AfterBuild"> |
|
72 |
</Target> |
|
73 |
--> |
|
74 |
|
|
75 |
</Project> |
b/Assembly-CSharp.csproj | ||
---|---|---|
1 |
<?xml version="1.0" encoding="utf-8"?> |
|
2 |
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
|
3 |
<PropertyGroup> |
|
4 |
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
|
5 |
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
|
6 |
<ProductVersion>10.0.20506</ProductVersion> |
|
7 |
<SchemaVersion>2.0</SchemaVersion> |
|
8 |
<ProjectGuid>{FB1CE524-14B7-92E9-0E83-F6C98B577983}</ProjectGuid> |
|
9 |
<OutputType>Library</OutputType> |
|
10 |
<AppDesignerFolder>Properties</AppDesignerFolder> |
|
11 |
<RootNamespace></RootNamespace> |
|
12 |
<AssemblyName>Assembly-CSharp</AssemblyName> |
|
13 |
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion> |
|
14 |
<FileAlignment>512</FileAlignment> |
|
15 |
<BaseDirectory>Assets</BaseDirectory> |
|
16 |
</PropertyGroup> |
|
17 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
|
18 |
<DebugSymbols>true</DebugSymbols> |
|
19 |
<DebugType>full</DebugType> |
|
20 |
<Optimize>false</Optimize> |
|
21 |
<OutputPath>Temp\bin\Debug\</OutputPath> |
|
22 |
<DefineConstants>DEBUG;TRACE;UNITY_STANDALONE_OSX;ENABLE_MICROPHONE;ENABLE_TEXTUREID_MAP;ENABLE_AUDIO_FMOD;UNITY_STANDALONE;ENABLE_MONO;ENABLE_SPRITES;ENABLE_TERRAIN;ENABLE_GENERICS;ENABLE_SUBSTANCE;INCLUDE_WP8SUPPORT;ENABLE_MOVIES;ENABLE_WWW;ENABLE_IMAGEEFFECTS;INCLUDE_METROSUPPORT;RENDER_SOFTWARE_CURSOR;ENABLE_NETWORK;ENABLE_PHYSICS;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_2D_PHYSICS;ENABLE_GAMECENTER;ENABLE_SHADOWS;ENABLE_AUDIO;ENABLE_NAVMESH_CARVING;ENABLE_DUCK_TYPING;ENABLE_SINGLE_INSTANCE_BUILD_SETTING;UNITY_4_3_4;UNITY_4_3;ENABLE_PROFILER;UNITY_EDITOR;UNITY_EDITOR_OSX;UNITY_TEAM_LICENSE</DefineConstants> |
|
23 |
<ErrorReport>prompt</ErrorReport> |
|
24 |
<WarningLevel>4</WarningLevel> |
|
25 |
<NoWarn>0169</NoWarn> |
|
26 |
</PropertyGroup> |
|
27 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
|
28 |
<DebugType>pdbonly</DebugType> |
|
29 |
<Optimize>true</Optimize> |
|
30 |
<OutputPath>Temp\bin\Release\</OutputPath> |
|
31 |
<DefineConstants>TRACE</DefineConstants> |
|
32 |
<ErrorReport>prompt</ErrorReport> |
|
33 |
<WarningLevel>4</WarningLevel> |
|
34 |
<NoWarn>0169</NoWarn> |
|
35 |
</PropertyGroup> |
|
36 |
<ItemGroup> |
|
37 |
<Reference Include="System" /> |
|
38 |
<Reference Include="System.XML" /> |
|
39 |
<Reference Include="System.Core" /> |
|
40 |
<Reference Include="System.Xml.Linq" /> |
|
41 |
<Reference Include="UnityEngine"> |
|
42 |
<HintPath>/Applications/Unity/Unity.app/Contents/Frameworks/Managed/UnityEngine.dll</HintPath> |
|
43 |
</Reference> |
|
44 |
<Reference Include="UnityEditor"> |
|
45 |
<HintPath>/Applications/Unity/Unity.app/Contents/Frameworks/Managed/UnityEditor.dll</HintPath> |
|
46 |
</Reference> |
|
47 |
</ItemGroup> |
|
48 |
<ItemGroup> |
|
49 |
<Compile Include="Assets\Scripts\ChainSync.cs" /> |
|
50 |
<None Include="Assets\Standard Assets\Water (Pro Only)\Water4\Sources\Shaders\FX-SimpleWater4.shader" /> |
|
51 |
<None Include="Assets\Standard Assets\Skyboxes\_skybox info.txt" /> |
|
52 |
<None Include="Assets\Standard Assets\Water (Pro Only)\Sources\Shaders\FX-Water.shader" /> |
|
53 |
<None Include="Assets\Standard Assets\Water (Pro Only)\Water4\Sources\Shaders\WaterInclude.cginc" /> |
|
54 |
<None Include="Assets\Standard Assets\Water (Pro Only)\Water4\Sources\Shaders\FX-Water4.shader" /> |
|
55 |
<Reference Include="Assets\Plugins\UnityHTTP\external\Ionic.Zlib"> |
|
56 |
<HintPath>Assets\Plugins\UnityHTTP\external\Ionic.Zlib.dll</HintPath> |
|
57 |
</Reference> |
|
58 |
</ItemGroup> |
|
59 |
<ItemGroup> |
|
60 |
<ProjectReference Include="Assembly-CSharp-firstpass.csproj"> |
|
61 |
<Project>{7007CBE3-10E4-7DF2-E304-898681DB92A4}</Project> <Name>Assembly-CSharp-firstpass</Name> </ProjectReference> |
|
62 |
<ProjectReference Include="Assembly-UnityScript-firstpass.unityproj"> |
|
63 |
<Project>{981A8839-DF79-8EB3-3D27-9D1C75B50B41}</Project> <Name>Assembly-UnityScript-firstpass</Name> </ProjectReference> |
|
64 |
</ItemGroup> |
|
65 |
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
|
66 |
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
|
67 |
Other similar extension points exist, see Microsoft.Common.targets. |
|
68 |
<Target Name="BeforeBuild"> |
|
69 |
</Target> |
|
70 |
<Target Name="AfterBuild"> |
|
71 |
</Target> |
|
72 |
--> |
|
73 |
|
|
74 |
</Project> |
b/Assembly-UnityScript-firstpass-vs.unityproj | ||
---|---|---|
1 |
<?xml version="1.0" encoding="utf-8"?> |
|
2 |
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
|
3 |
<PropertyGroup> |
|
4 |
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
|
5 |
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
|
6 |
<ProductVersion>10.0.20506</ProductVersion> |
|
7 |
<SchemaVersion>2.0</SchemaVersion> |
|
8 |
<ProjectGuid>{981A8839-DF79-8EB3-3D27-9D1C75B50B41}</ProjectGuid> |
|
9 |
<OutputType>Library</OutputType> |
|
10 |
<AppDesignerFolder>Properties</AppDesignerFolder> |
|
11 |
<RootNamespace></RootNamespace> |
|
12 |
<AssemblyName>Assembly-UnityScript-firstpass</AssemblyName> |
|
13 |
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion> |
|
14 |
<FileAlignment>512</FileAlignment> |
|
15 |
<BaseDirectory>Assets</BaseDirectory> |
|
16 |
</PropertyGroup> |
|
17 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
|
18 |
<DebugSymbols>true</DebugSymbols> |
|
19 |
<DebugType>full</DebugType> |
|
20 |
<Optimize>false</Optimize> |
|
21 |
<OutputPath>Temp\bin\Debug\</OutputPath> |
|
22 |
<DefineConstants>DEBUG;TRACE;UNITY_STANDALONE_OSX;ENABLE_MICROPHONE;ENABLE_TEXTUREID_MAP;ENABLE_AUDIO_FMOD;UNITY_STANDALONE;ENABLE_MONO;ENABLE_SPRITES;ENABLE_TERRAIN;ENABLE_GENERICS;ENABLE_SUBSTANCE;INCLUDE_WP8SUPPORT;ENABLE_MOVIES;ENABLE_WWW;ENABLE_IMAGEEFFECTS;INCLUDE_METROSUPPORT;RENDER_SOFTWARE_CURSOR;ENABLE_NETWORK;ENABLE_PHYSICS;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_2D_PHYSICS;ENABLE_GAMECENTER;ENABLE_SHADOWS;ENABLE_AUDIO;ENABLE_NAVMESH_CARVING;ENABLE_DUCK_TYPING;ENABLE_SINGLE_INSTANCE_BUILD_SETTING;UNITY_4_3_4;UNITY_4_3;ENABLE_PROFILER;UNITY_EDITOR;UNITY_EDITOR_OSX;UNITY_TEAM_LICENSE</DefineConstants> |
|
23 |
<ErrorReport>prompt</ErrorReport> |
|
24 |
<WarningLevel>4</WarningLevel> |
|
25 |
<NoWarn>0169</NoWarn> |
|
26 |
</PropertyGroup> |
|
27 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
|
28 |
<DebugType>pdbonly</DebugType> |
|
29 |
<Optimize>true</Optimize> |
|
30 |
<OutputPath>Temp\bin\Release\</OutputPath> |
|
31 |
<DefineConstants>TRACE</DefineConstants> |
|
32 |
<ErrorReport>prompt</ErrorReport> |
|
33 |
<WarningLevel>4</WarningLevel> |
|
34 |
<NoWarn>0169</NoWarn> |
|
35 |
</PropertyGroup> |
|
36 |
<ItemGroup> |
|
37 |
<Reference Include="System" /> |
|
38 |
<Reference Include="System.XML" /> |
|
39 |
<Reference Include="System.Core" /> |
|
40 |
<Reference Include="System.Xml.Linq" /> |
|
41 |
<Reference Include="UnityEngine"> |
|
42 |
<HintPath>/Applications/Unity/Unity.app/Contents/Frameworks/Managed/UnityEngine.dll</HintPath> |
|
43 |
</Reference> |
|
44 |
<Reference Include="UnityEditor"> |
|
45 |
<HintPath>/Applications/Unity/Unity.app/Contents/Frameworks/Managed/UnityEditor.dll</HintPath> |
|
46 |
</Reference> |
|
47 |
</ItemGroup> |
|
48 |
<ItemGroup> |
|
49 |
<Compile Include="Assets\Standard Assets\Character Controllers\Sources\Scripts\CharacterMotor.js" /> |
|
50 |
<Compile Include="Assets\Standard Assets\Character Controllers\Sources\Scripts\FPSInputController.js" /> |
|
51 |
<Compile Include="Assets\Standard Assets\Character Controllers\Sources\Scripts\PlatformInputController.js" /> |
|
52 |
<Compile Include="Assets\Standard Assets\Character Controllers\Sources\Scripts\ThirdPersonCamera.js" /> |
|
53 |
<Compile Include="Assets\Standard Assets\Character Controllers\Sources\Scripts\ThirdPersonController.js" /> |
|
54 |
<None Include="Assets\Standard Assets\Water (Pro Only)\Water4\Sources\Shaders\FX-SimpleWater4.shader" /> |
|
55 |
<None Include="Assets\Standard Assets\Skyboxes\_skybox info.txt" /> |
|
56 |
<None Include="Assets\Standard Assets\Water (Pro Only)\Sources\Shaders\FX-Water.shader" /> |
|
57 |
<None Include="Assets\Standard Assets\Water (Pro Only)\Water4\Sources\Shaders\WaterInclude.cginc" /> |
|
58 |
<None Include="Assets\Standard Assets\Water (Pro Only)\Water4\Sources\Shaders\FX-Water4.shader" /> |
|
59 |
<Reference Include="Assets\Plugins\UnityHTTP\external\Ionic.Zlib"> |
|
60 |
<HintPath>Assets\Plugins\UnityHTTP\external\Ionic.Zlib.dll</HintPath> |
|
61 |
</Reference> |
|
62 |
</ItemGroup> |
|
63 |
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
|
64 |
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
|
65 |
Other similar extension points exist, see Microsoft.Common.targets. |
|
66 |
<Target Name="BeforeBuild"> |
|
67 |
</Target> |
|
68 |
<Target Name="AfterBuild"> |
|
69 |
</Target> |
|
70 |
--> |
|
71 |
|
|
72 |
</Project> |
b/Assembly-UnityScript-firstpass.unityproj | ||
---|---|---|
1 |
<?xml version="1.0" encoding="utf-8"?> |
|
2 |
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
|
3 |
<PropertyGroup> |
|
4 |
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
|
5 |
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
|
6 |
<ProductVersion>10.0.20506</ProductVersion> |
|
7 |
<SchemaVersion>2.0</SchemaVersion> |
|
8 |
<ProjectGuid>{981A8839-DF79-8EB3-3D27-9D1C75B50B41}</ProjectGuid> |
|
9 |
<OutputType>Library</OutputType> |
|
10 |
<AppDesignerFolder>Properties</AppDesignerFolder> |
|
11 |
<RootNamespace></RootNamespace> |
|
12 |
<AssemblyName>Assembly-UnityScript-firstpass</AssemblyName> |
|
13 |
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion> |
|
14 |
<FileAlignment>512</FileAlignment> |
|
15 |
<BaseDirectory>Assets</BaseDirectory> |
|
16 |
</PropertyGroup> |
|
17 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
|
18 |
<DebugSymbols>true</DebugSymbols> |
|
19 |
<DebugType>full</DebugType> |
|
20 |
<Optimize>false</Optimize> |
|
21 |
<OutputPath>Temp\bin\Debug\</OutputPath> |
|
22 |
<DefineConstants>DEBUG;TRACE;UNITY_STANDALONE_OSX;ENABLE_MICROPHONE;ENABLE_TEXTUREID_MAP;ENABLE_AUDIO_FMOD;UNITY_STANDALONE;ENABLE_MONO;ENABLE_SPRITES;ENABLE_TERRAIN;ENABLE_GENERICS;ENABLE_SUBSTANCE;INCLUDE_WP8SUPPORT;ENABLE_MOVIES;ENABLE_WWW;ENABLE_IMAGEEFFECTS;INCLUDE_METROSUPPORT;RENDER_SOFTWARE_CURSOR;ENABLE_NETWORK;ENABLE_PHYSICS;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_2D_PHYSICS;ENABLE_GAMECENTER;ENABLE_SHADOWS;ENABLE_AUDIO;ENABLE_NAVMESH_CARVING;ENABLE_DUCK_TYPING;ENABLE_SINGLE_INSTANCE_BUILD_SETTING;UNITY_4_3_4;UNITY_4_3;ENABLE_PROFILER;UNITY_EDITOR;UNITY_EDITOR_OSX;UNITY_TEAM_LICENSE</DefineConstants> |
|
23 |
<ErrorReport>prompt</ErrorReport> |
|
24 |
<WarningLevel>4</WarningLevel> |
|
25 |
<NoWarn>0169</NoWarn> |
|
26 |
</PropertyGroup> |
|
27 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
|
28 |
<DebugType>pdbonly</DebugType> |
|
29 |
<Optimize>true</Optimize> |
|
30 |
<OutputPath>Temp\bin\Release\</OutputPath> |
|
31 |
<DefineConstants>TRACE</DefineConstants> |
|
32 |
<ErrorReport>prompt</ErrorReport> |
|
33 |
<WarningLevel>4</WarningLevel> |
|
34 |
<NoWarn>0169</NoWarn> |
|
35 |
</PropertyGroup> |
|
36 |
<ItemGroup> |
|
37 |
<Reference Include="System" /> |
|
38 |
<Reference Include="System.XML" /> |
|
39 |
<Reference Include="System.Core" /> |
|
40 |
<Reference Include="System.Xml.Linq" /> |
|
41 |
<Reference Include="UnityEngine"> |
|
42 |
<HintPath>/Applications/Unity/Unity.app/Contents/Frameworks/Managed/UnityEngine.dll</HintPath> |
|
43 |
</Reference> |
|
44 |
<Reference Include="UnityEditor"> |
|
45 |
<HintPath>/Applications/Unity/Unity.app/Contents/Frameworks/Managed/UnityEditor.dll</HintPath> |
|
46 |
</Reference> |
|
47 |
</ItemGroup> |
|
48 |
<ItemGroup> |
|
49 |
<Compile Include="Assets\Standard Assets\Character Controllers\Sources\Scripts\CharacterMotor.js" /> |
|
50 |
<Compile Include="Assets\Standard Assets\Character Controllers\Sources\Scripts\FPSInputController.js" /> |
|
51 |
<Compile Include="Assets\Standard Assets\Character Controllers\Sources\Scripts\PlatformInputController.js" /> |
|
52 |
<Compile Include="Assets\Standard Assets\Character Controllers\Sources\Scripts\ThirdPersonCamera.js" /> |
|
53 |
<Compile Include="Assets\Standard Assets\Character Controllers\Sources\Scripts\ThirdPersonController.js" /> |
|
54 |
<None Include="Assets\Standard Assets\Water (Pro Only)\Water4\Sources\Shaders\FX-SimpleWater4.shader" /> |
|
55 |
<None Include="Assets\Standard Assets\Skyboxes\_skybox info.txt" /> |
|
56 |
<None Include="Assets\Standard Assets\Water (Pro Only)\Sources\Shaders\FX-Water.shader" /> |
|
57 |
<None Include="Assets\Standard Assets\Water (Pro Only)\Water4\Sources\Shaders\WaterInclude.cginc" /> |
|
58 |
<None Include="Assets\Standard Assets\Water (Pro Only)\Water4\Sources\Shaders\FX-Water4.shader" /> |
|
59 |
<Reference Include="Assets\Plugins\UnityHTTP\external\Ionic.Zlib"> |
|
60 |
<HintPath>Assets\Plugins\UnityHTTP\external\Ionic.Zlib.dll</HintPath> |
|
61 |
</Reference> |
|
62 |
</ItemGroup> |
|
63 |
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
|
64 |
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
|
65 |
Other similar extension points exist, see Microsoft.Common.targets. |
|
66 |
<Target Name="BeforeBuild"> |
|
67 |
</Target> |
|
68 |
<Target Name="AfterBuild"> |
|
69 |
</Target> |
|
70 |
--> |
|
71 |
|
|
72 |
</Project> |
b/Assets/Models.meta | ||
---|---|---|
1 |
fileFormatVersion: 2 |
|
2 |
guid: 3498120294f9e495bb6323e36b2f0536 |
|
3 |
folderAsset: yes |
|
4 |
DefaultImporter: |
|
5 |
userData: |
b/Assets/Models/SensorNode.meta | ||
---|---|---|
1 |
fileFormatVersion: 2 |
|
2 |
guid: a7b7a33d2faa8480db2b66e5fe2eade6 |
|
3 |
folderAsset: yes |
|
4 |
DefaultImporter: |
|
5 |
userData: |
b/Assets/Models/SensorNode/Materials.meta | ||
---|---|---|
1 |
fileFormatVersion: 2 |
|
2 |
guid: 28abadc6ae027427facc98459032f0e0 |
|
3 |
folderAsset: yes |
|
4 |
DefaultImporter: |
|
5 |
userData: |
b/Assets/Models/SensorNode/Materials/-1367545638.mat | ||
---|---|---|
1 |
%YAML 1.1 |
|
2 |
%TAG !u! tag:unity3d.com,2011: |
|
3 |
--- !u!21 &2100000 |
|
4 |
Material: |
|
5 |
serializedVersion: 3 |
|
6 |
m_ObjectHideFlags: 0 |
|
7 |
m_PrefabParentObject: {fileID: 0} |
|
8 |
m_PrefabInternal: {fileID: 0} |
|
9 |
m_Name: -1367545638 |
|
10 |
m_Shader: {fileID: 7, guid: 0000000000000000f000000000000000, type: 0} |
|
11 |
m_ShaderKeywords: [] |
|
12 |
m_CustomRenderQueue: -1 |
|
13 |
m_SavedProperties: |
|
14 |
serializedVersion: 2 |
|
15 |
m_TexEnvs: |
|
16 |
data: |
|
17 |
first: |
|
18 |
name: _MainTex |
|
19 |
second: |
|
20 |
m_Texture: {fileID: 0} |
|
21 |
m_Scale: {x: 1, y: 1} |
|
22 |
m_Offset: {x: 0, y: 0} |
|
23 |
m_Floats: {} |
|
24 |
m_Colors: |
|
25 |
data: |
|
26 |
first: |
|
27 |
name: _Color |
|
28 |
second: {r: .431400001, g: .421600014, b: .380400002, a: 1} |
b/Assets/Models/SensorNode/Materials/-1367545638.mat.meta | ||
---|---|---|
1 |
fileFormatVersion: 2 |
|
2 |
guid: 568cf480ec251ad46b3fc290b1428d65 |
|
3 |
NativeFormatImporter: |
|
4 |
userData: |
b/Assets/Models/SensorNode/Materials/857891156.mat | ||
---|---|---|
1 |
%YAML 1.1 |
|
2 |
%TAG !u! tag:unity3d.com,2011: |
|
3 |
--- !u!21 &2100000 |
|
4 |
Material: |
|
5 |
serializedVersion: 3 |
|
6 |
m_ObjectHideFlags: 0 |
|
7 |
m_PrefabParentObject: {fileID: 0} |
|
8 |
m_PrefabInternal: {fileID: 0} |
|
9 |
m_Name: 857891156 |
|
10 |
m_Shader: {fileID: 7, guid: 0000000000000000f000000000000000, type: 0} |
|
11 |
m_ShaderKeywords: [] |
|
12 |
m_CustomRenderQueue: -1 |
|
13 |
m_SavedProperties: |
|
14 |
serializedVersion: 2 |
|
15 |
m_TexEnvs: |
|
16 |
data: |
|
17 |
first: |
|
18 |
name: _MainTex |
|
19 |
second: |
|
20 |
m_Texture: {fileID: 0} |
|
21 |
m_Scale: {x: 1, y: 1} |
|
22 |
m_Offset: {x: 0, y: 0} |
|
23 |
m_Floats: {} |
|
24 |
m_Colors: |
|
25 |
data: |
|
26 |
first: |
|
27 |
name: _Color |
|
28 |
second: {r: 0, g: .780399978, b: .466699988, a: 1} |
b/Assets/Models/SensorNode/Materials/857891156.mat.meta | ||
---|---|---|
1 |
fileFormatVersion: 2 |
|
2 |
guid: 3896caa2238e706439e2f703268413e7 |
|
3 |
NativeFormatImporter: |
|
4 |
userData: |
b/Assets/Models/SensorNode/Materials/915742635.mat | ||
---|---|---|
1 |
%YAML 1.1 |
|
2 |
%TAG !u! tag:unity3d.com,2011: |
|
3 |
--- !u!21 &2100000 |
|
4 |
Material: |
|
5 |
serializedVersion: 3 |
|
6 |
m_ObjectHideFlags: 0 |
|
7 |
m_PrefabParentObject: {fileID: 0} |
|
8 |
m_PrefabInternal: {fileID: 0} |
|
9 |
m_Name: 915742635 |
|
10 |
m_Shader: {fileID: 7, guid: 0000000000000000f000000000000000, type: 0} |
|
11 |
m_ShaderKeywords: [] |
|
12 |
m_CustomRenderQueue: -1 |
|
13 |
m_SavedProperties: |
|
14 |
serializedVersion: 2 |
|
15 |
m_TexEnvs: |
|
16 |
data: |
|
17 |
first: |
|
18 |
name: _MainTex |
|
19 |
second: |
|
20 |
m_Texture: {fileID: 0} |
|
21 |
m_Scale: {x: 1, y: 1} |
|
22 |
m_Offset: {x: 0, y: 0} |
|
23 |
m_Floats: {} |
|
24 |
m_Colors: |
|
25 |
data: |
|
26 |
first: |
|
27 |
name: _Color |
|
28 |
second: {r: .0979999974, g: .0979999974, b: .0979999974, a: 1} |
b/Assets/Models/SensorNode/Materials/915742635.mat.meta | ||
---|---|---|
1 |
fileFormatVersion: 2 |
|
2 |
guid: 0bc354753c26292479b2d058eabcb43b |
|
3 |
NativeFormatImporter: |
|
4 |
userData: |
b/Assets/Models/SensorNode/Materials/PressureTreatedWood.mat | ||
---|---|---|
1 |
%YAML 1.1 |
|
2 |
%TAG !u! tag:unity3d.com,2011: |
|
3 |
--- !u!21 &2100000 |
|
4 |
Material: |
|
5 |
serializedVersion: 3 |
|
6 |
m_ObjectHideFlags: 0 |
|
7 |
m_PrefabParentObject: {fileID: 0} |
|
8 |
m_PrefabInternal: {fileID: 0} |
|
9 |
m_Name: PressureTreatedWood |
|
10 |
m_Shader: {fileID: 7, guid: 0000000000000000f000000000000000, type: 0} |
|
11 |
m_ShaderKeywords: [] |
|
12 |
m_CustomRenderQueue: -1 |
|
13 |
m_SavedProperties: |
|
14 |
serializedVersion: 2 |
|
15 |
m_TexEnvs: |
|
16 |
data: |
|
17 |
first: |
|
18 |
name: _MainTex |
|
19 |
second: |
|
20 |
m_Texture: {fileID: 0} |
|
21 |
m_Scale: {x: 1, y: 1} |
|
22 |
m_Offset: {x: 0, y: 0} |
|
23 |
m_Floats: {} |
|
24 |
m_Colors: |
|
25 |
data: |
|
26 |
first: |
|
27 |
name: _Color |
|
28 |
second: {r: .800000012, g: .800000012, b: .800000012, a: 1} |
b/Assets/Models/SensorNode/Materials/PressureTreatedWood.mat.meta | ||
---|---|---|
1 |
fileFormatVersion: 2 |
|
2 |
guid: a1aee653ea62b944ead626bce474eeb9 |
|
3 |
NativeFormatImporter: |
|
4 |
userData: |
b/Assets/Models/SensorNode/Materials/PressureTreatedWood2.mat | ||
---|---|---|
1 |
%YAML 1.1 |
|
2 |
%TAG !u! tag:unity3d.com,2011: |
|
3 |
--- !u!21 &2100000 |
|
4 |
Material: |
|
5 |
serializedVersion: 3 |
|
6 |
m_ObjectHideFlags: 0 |
|
7 |
m_PrefabParentObject: {fileID: 0} |
|
8 |
m_PrefabInternal: {fileID: 0} |
|
9 |
m_Name: PressureTreatedWood2 |
|
10 |
m_Shader: {fileID: 7, guid: 0000000000000000f000000000000000, type: 0} |
|
11 |
m_ShaderKeywords: [] |
|
12 |
m_CustomRenderQueue: -1 |
|
13 |
m_SavedProperties: |
|
14 |
serializedVersion: 2 |
|
15 |
m_TexEnvs: |
|
16 |
data: |
|
17 |
first: |
|
18 |
name: _MainTex |
|
19 |
second: |
|
20 |
m_Texture: {fileID: 2800000, guid: 0e7b6447086bef94cbcb78144925d01f, type: 3} |
|
21 |
m_Scale: {x: 1, y: 1} |
|
22 |
m_Offset: {x: 0, y: 0} |
|
23 |
m_Floats: {} |
|
24 |
m_Colors: |
|
25 |
data: |
|
26 |
first: |
|
27 |
name: _Color |
|
28 |
second: {r: .800000012, g: .800000012, b: .800000012, a: 1} |
b/Assets/Models/SensorNode/Materials/PressureTreatedWood2.mat.meta | ||
---|---|---|
1 |
fileFormatVersion: 2 |
|
2 |
guid: 7a383b53c939c694e922f9b5fecccd81 |
|
3 |
NativeFormatImporter: |
|
4 |
userData: |
b/Assets/Models/SensorNode/Materials/Steel_001.mat | ||
---|---|---|
1 |
%YAML 1.1 |
|
2 |
%TAG !u! tag:unity3d.com,2011: |
|
3 |
--- !u!21 &2100000 |
|
4 |
Material: |
|
5 |
serializedVersion: 3 |
|
6 |
m_ObjectHideFlags: 0 |
|
7 |
m_PrefabParentObject: {fileID: 0} |
|
8 |
m_PrefabInternal: {fileID: 0} |
|
9 |
m_Name: Steel_001 |
|
10 |
m_Shader: {fileID: 7, guid: 0000000000000000f000000000000000, type: 0} |
|
11 |
m_ShaderKeywords: [] |
|
12 |
m_CustomRenderQueue: -1 |
|
13 |
m_SavedProperties: |
|
14 |
serializedVersion: 2 |
|
15 |
m_TexEnvs: |
|
16 |
data: |
|
17 |
first: |
|
18 |
name: _MainTex |
|
19 |
second: |
|
20 |
m_Texture: {fileID: 0} |
|
21 |
m_Scale: {x: 1, y: 1} |
|
22 |
m_Offset: {x: 0, y: 0} |
|
23 |
m_Floats: {} |
|
24 |
m_Colors: |
|
25 |
data: |
|
26 |
first: |
|
27 |
name: _Color |
|
28 |
second: {r: .400000006, g: .400000006, b: .400000006, a: 1} |
b/Assets/Models/SensorNode/Materials/Steel_001.mat.meta | ||
---|---|---|
1 |
fileFormatVersion: 2 |
|
2 |
guid: 7be84650c94b40c4e8519211ae0d339f |
|
3 |
NativeFormatImporter: |
|
4 |
userData: |
b/Assets/Models/SensorNode/Textures.meta | ||
---|---|---|
1 |
fileFormatVersion: 2 |
|
2 |
guid: 7e60c0033fdce483ca1f33c82e7f0f4e |
|
3 |
folderAsset: yes |
|
4 |
DefaultImporter: |
|
5 |
userData: |
b/Assets/Models/SensorNode/Textures/wood_pt.jpg.meta | ||
---|---|---|
1 |
fileFormatVersion: 2 |
|
2 |
guid: 0e7b6447086bef94cbcb78144925d01f |
|
3 |
TextureImporter: |
|
4 |
serializedVersion: 2 |
|
5 |
mipmaps: |
|
6 |
mipMapMode: 0 |
|
7 |
enableMipMap: 1 |
|
8 |
linearTexture: 0 |
|
9 |
correctGamma: 0 |
|
10 |
fadeOut: 0 |
|
11 |
borderMipMap: 0 |
|
12 |
mipMapFadeDistanceStart: 1 |
|
13 |
mipMapFadeDistanceEnd: 3 |
|
14 |
bumpmap: |
|
15 |
convertToNormalMap: 0 |
|
16 |
externalNormalMap: 0 |
|
17 |
heightScale: .25 |
|
18 |
normalMapFilter: 0 |
|
19 |
isReadable: 0 |
|
20 |
grayScaleToAlpha: 0 |
|
21 |
generateCubemap: 0 |
|
22 |
seamlessCubemap: 0 |
|
23 |
textureFormat: -1 |
|
24 |
maxTextureSize: 1024 |
|
25 |
textureSettings: |
|
26 |
filterMode: -1 |
|
27 |
aniso: -1 |
|
28 |
mipBias: -1 |
|
29 |
wrapMode: -1 |
|
30 |
nPOTScale: 1 |
|
31 |
lightmap: 0 |
|
32 |
compressionQuality: 50 |
|
33 |
spriteMode: 0 |
|
34 |
spriteExtrude: 1 |
|
35 |
spriteMeshType: 1 |
|
36 |
alignment: 0 |
|
37 |
spritePivot: {x: .5, y: .5} |
|
38 |
spritePixelsToUnits: 100 |
|
39 |
alphaIsTransparency: 0 |
|
40 |
textureType: -1 |
|
41 |
buildTargetSettings: [] |
|
42 |
spriteSheet: |
|
43 |
sprites: [] |
|
44 |
spritePackingTag: |
|
45 |
userData: |
b/Assets/Models/SensorNode/sensornode.blend.meta | ||
---|---|---|
1 |
fileFormatVersion: 2 |
|
2 |
guid: 1707ea0c0f77f0f41893ee849fd1765d |
|
3 |
ModelImporter: |
|
4 |
serializedVersion: 15 |
|
5 |
fileIDToRecycleName: |
|
6 |
100000: 1065B_0A-1 |
|
7 |
100002: 1065B_0A-1Boss-Extrude3 |
|
8 |
100004: 1065B_0A-1Fillet1 |
|
9 |
100006: 1065B_0A-1Fillet2 |
|
10 |
100008: 1065T_0A-1 |
|
11 |
100010: 1065T_0A-1Imported1 |
|
12 |
100012: //RootNode |
|
13 |
100014: small_stake-1 |
|
14 |
100016: small_stake-1Cut-Extrude2 |
|
15 |
400000: 1065B_0A-1 |
|
16 |
400002: 1065B_0A-1Boss-Extrude3 |
|
17 |
400004: 1065B_0A-1Fillet1 |
|
18 |
400006: 1065B_0A-1Fillet2 |
|
19 |
400008: 1065T_0A-1 |
|
20 |
400010: 1065T_0A-1Imported1 |
|
21 |
400012: //RootNode |
|
22 |
400014: small_stake-1 |
|
23 |
400016: small_stake-1Cut-Extrude2 |
|
24 |
2300000: 1065B_0A-1Boss-Extrude3 |
|
25 |
2300002: 1065B_0A-1Fillet1 |
|
26 |
2300004: 1065B_0A-1Fillet2 |
|
27 |
2300006: 1065T_0A-1Imported1 |
|
28 |
2300008: small_stake-1Cut-Extrude2 |
|
29 |
3300000: 1065B_0A-1Boss-Extrude3 |
|
30 |
3300002: 1065B_0A-1Fillet1 |
|
31 |
3300004: 1065B_0A-1Fillet2 |
|
32 |
3300006: 1065T_0A-1Imported1 |
|
33 |
3300008: small_stake-1Cut-Extrude2 |
|
34 |
4300000: 1065B_0A-1Fillet2 |
|
35 |
4300002: 1065B_0A-1Fillet1 |
|
36 |
4300004: 1065B_0A-1Boss-Extrude3 |
|
37 |
4300006: 1065T_0A-1Imported1 |
|
38 |
4300008: small_stake-1Cut-Extrude2 |
|
39 |
7400000: Default Take |
|
40 |
9500000: //RootNode |
|
41 |
materials: |
|
42 |
importMaterials: 1 |
|
43 |
materialName: 0 |
|
44 |
materialSearch: 1 |
|
45 |
animations: |
|
46 |
legacyGenerateAnimations: 4 |
|
47 |
bakeSimulation: 0 |
|
48 |
optimizeGameObjects: 0 |
|
49 |
animationCompression: 1 |
|
50 |
animationRotationError: .5 |
|
51 |
animationPositionError: .5 |
|
52 |
animationScaleError: .5 |
|
53 |
animationWrapMode: 0 |
|
54 |
extraExposedTransformPaths: [] |
|
55 |
clipAnimations: [] |
|
56 |
isReadable: 1 |
|
57 |
meshes: |
|
58 |
lODScreenPercentages: [] |
|
59 |
globalScale: 1 |
|
60 |
meshCompression: 0 |
|
61 |
addColliders: 0 |
|
62 |
importBlendShapes: 1 |
|
63 |
swapUVChannels: 0 |
|
64 |
generateSecondaryUV: 0 |
|
65 |
useFileUnits: 1 |
|
66 |
optimizeMeshForGPU: 1 |
|
67 |
weldVertices: 1 |
|
68 |
secondaryUVAngleDistortion: 8 |
|
69 |
secondaryUVAreaDistortion: 15.000001 |
|
70 |
secondaryUVHardAngle: 88 |
|
71 |
secondaryUVPackMargin: 4 |
|
72 |
tangentSpace: |
|
73 |
normalSmoothAngle: 60 |
|
74 |
splitTangentsAcrossUV: 1 |
|
75 |
normalImportMode: 0 |
|
76 |
tangentImportMode: 1 |
|
77 |
importAnimation: 1 |
|
78 |
copyAvatar: 0 |
|
79 |
humanDescription: |
|
80 |
human: [] |
|
81 |
skeleton: [] |
|
82 |
armTwist: .5 |
|
83 |
foreArmTwist: .5 |
|
84 |
upperLegTwist: .5 |
|
85 |
legTwist: .5 |
|
86 |
armStretch: .0500000007 |
|
87 |
legStretch: .0500000007 |
|
88 |
feetSpacing: 0 |
|
89 |
rootMotionBoneName: |
|
90 |
lastHumanDescriptionAvatarSource: {instanceID: 0} |
|
91 |
animationType: 2 |
|
92 |
userData: |
b/Assets/Models/Terrain.meta | ||
---|---|---|
1 |
fileFormatVersion: 2 |
|
2 |
guid: 42b349f84946f4948b52cff3595af6a1 |
|
3 |
folderAsset: yes |
|
4 |
DefaultImporter: |
|
5 |
userData: |
b/Assets/Models/Terrain/Cells 3 and 4.asset.meta | ||
---|---|---|
1 |
fileFormatVersion: 2 |
|
2 |
guid: de94dbb1d8622d14fa02a1e8c5e2f271 |
|
3 |
NativeFormatImporter: |
|
4 |
userData: |
b/Assets/Models/Terrain/Materials.meta | ||
---|---|---|
1 |
fileFormatVersion: 2 |
|
2 |
guid: 8bf43fdd680294b93950d349ca280a03 |
|
3 |
folderAsset: yes |
|
4 |
DefaultImporter: |
|
5 |
userData: |
b/Assets/Models/Terrain/Materials/Terrain Diffuse.mat | ||
---|---|---|
1 |
%YAML 1.1 |
|
2 |
%TAG !u! tag:unity3d.com,2011: |
|
3 |
--- !u!21 &2100000 |
|
4 |
Material: |
|
5 |
serializedVersion: 3 |
|
6 |
m_ObjectHideFlags: 0 |
|
7 |
m_PrefabParentObject: {fileID: 0} |
|
8 |
m_PrefabInternal: {fileID: 0} |
|
9 |
m_Name: Terrain Diffuse |
|
10 |
m_Shader: {fileID: 10505, guid: 0000000000000000f000000000000000, type: 0} |
|
11 |
m_ShaderKeywords: [] |
|
12 |
m_CustomRenderQueue: -1 |
|
13 |
m_SavedProperties: |
|
14 |
serializedVersion: 2 |
|
15 |
m_TexEnvs: |
|
16 |
data: |
|
17 |
first: |
|
18 |
name: _MainTex |
|
19 |
second: |
|
20 |
m_Texture: {fileID: 0} |
|
21 |
m_Scale: {x: 1, y: 1} |
|
22 |
m_Offset: {x: 0, y: 0} |
|
23 |
data: |
|
24 |
first: |
|
25 |
name: _Control |
|
26 |
second: |
|
27 |
m_Texture: {fileID: 0} |
|
28 |
m_Scale: {x: 1, y: 1} |
|
29 |
m_Offset: {x: 0, y: 0} |
|
30 |
data: |
|
31 |
first: |
|
32 |
name: _Splat3 |
|
33 |
second: |
|
34 |
m_Texture: {fileID: 0} |
|
35 |
m_Scale: {x: 1, y: 1} |
|
36 |
m_Offset: {x: 0, y: 0} |
|
37 |
data: |
|
38 |
first: |
|
39 |
name: _Splat2 |
|
40 |
second: |
|
41 |
m_Texture: {fileID: 0} |
|
42 |
m_Scale: {x: 1, y: 1} |
|
43 |
m_Offset: {x: 0, y: 0} |
|
44 |
data: |
|
45 |
first: |
|
46 |
name: _Splat1 |
|
47 |
second: |
|
48 |
m_Texture: {fileID: 0} |
|
49 |
m_Scale: {x: 1, y: 1} |
|
50 |
m_Offset: {x: 0, y: 0} |
|
51 |
data: |
|
52 |
first: |
|
53 |
name: _Splat0 |
|
54 |
second: |
|
55 |
m_Texture: {fileID: 0} |
|
56 |
m_Scale: {x: 1, y: 1} |
|
57 |
m_Offset: {x: 0, y: 0} |
|
58 |
m_Floats: {} |
|
59 |
m_Colors: |
|
60 |
data: |
|
61 |
first: |
|
62 |
name: _Color |
|
63 |
second: {r: 1, g: 1, b: 1, a: 1} |
b/Assets/Models/Terrain/Materials/Terrain Diffuse.mat.meta | ||
---|---|---|
1 |
fileFormatVersion: 2 |
|
2 |
guid: b092df43a09881942b7cb4b49fc81846 |
|
3 |
NativeFormatImporter: |
|
4 |
userData: |
b/Assets/Models/Terrain/Textures.meta | ||
---|---|---|
1 |
fileFormatVersion: 2 |
|
2 |
guid: 1857442d33a7f460eb6ec46138a03a39 |
|
3 |
folderAsset: yes |
|
4 |
DefaultImporter: |
|
5 |
userData: |
b/Assets/Models/Terrain/Textures/Cranberry1.psd.meta | ||
---|---|---|
1 |
fileFormatVersion: 2 |
|
2 |
guid: c2a3f26b1c2ac2140b52ac4d3f2133cb |
|
3 |
TextureImporter: |
|
4 |
serializedVersion: 2 |
|
5 |
mipmaps: |
|
6 |
mipMapMode: 0 |
|
7 |
enableMipMap: 1 |
|
8 |
linearTexture: 0 |
|
9 |
correctGamma: 0 |
|
10 |
fadeOut: 0 |
|
11 |
borderMipMap: 0 |
|
12 |
mipMapFadeDistanceStart: 1 |
|
13 |
mipMapFadeDistanceEnd: 3 |
|
14 |
bumpmap: |
|
15 |
convertToNormalMap: 0 |
|
16 |
externalNormalMap: 0 |
|
17 |
heightScale: .25 |
|
18 |
normalMapFilter: 0 |
|
19 |
isReadable: 0 |
|
20 |
grayScaleToAlpha: 0 |
|
21 |
generateCubemap: 0 |
|
22 |
seamlessCubemap: 0 |
|
23 |
textureFormat: -1 |
|
24 |
maxTextureSize: 1024 |
|
25 |
textureSettings: |
|
26 |
filterMode: -1 |
|
27 |
aniso: -1 |
|
28 |
mipBias: -1 |
|
29 |
wrapMode: -1 |
|
30 |
nPOTScale: 1 |
|
31 |
lightmap: 0 |
|
32 |
compressionQuality: 50 |
|
33 |
spriteMode: 0 |
|
34 |
spriteExtrude: 1 |
|
35 |
spriteMeshType: 1 |
|
36 |
alignment: 0 |
|
37 |
spritePivot: {x: .5, y: .5} |
|
38 |
spritePixelsToUnits: 100 |
|
39 |
alphaIsTransparency: 0 |
|
40 |
textureType: -1 |
|
41 |
buildTargetSettings: [] |
|
42 |
spriteSheet: |
|
43 |
sprites: [] |
|
44 |
spritePackingTag: |
|
45 |
userData: |
b/Assets/Models/Terrain/Textures/DryGrass.psd.meta | ||
---|---|---|
1 |
fileFormatVersion: 2 |
|
2 |
guid: cb00d70ec82d26147b497eab8f174ba8 |
|
3 |
TextureImporter: |
|
4 |
serializedVersion: 2 |
|
5 |
mipmaps: |
|
6 |
mipMapMode: 0 |
|
7 |
enableMipMap: 1 |
|
8 |
linearTexture: 0 |
|
9 |
correctGamma: 0 |
|
10 |
fadeOut: 0 |
|
11 |
borderMipMap: 0 |
|
12 |
mipMapFadeDistanceStart: 1 |
|
13 |
mipMapFadeDistanceEnd: 3 |
|
14 |
bumpmap: |
|
15 |
convertToNormalMap: 0 |
|
16 |
externalNormalMap: 0 |
|
17 |
heightScale: .25 |
|
18 |
normalMapFilter: 0 |
|
19 |
isReadable: 0 |
|
20 |
grayScaleToAlpha: 0 |
|
21 |
generateCubemap: 0 |
|
22 |
seamlessCubemap: 0 |
|
23 |
textureFormat: -1 |
|
24 |
maxTextureSize: 1024 |
|
25 |
textureSettings: |
|
26 |
filterMode: -1 |
|
27 |
aniso: -1 |
|
28 |
mipBias: -1 |
|
29 |
wrapMode: -1 |
|
30 |
nPOTScale: 1 |
|
31 |
lightmap: 0 |
|
32 |
compressionQuality: 50 |
|
33 |
spriteMode: 0 |
|
34 |
spriteExtrude: 1 |
|
35 |
spriteMeshType: 1 |
|
36 |
alignment: 0 |
|
37 |
spritePivot: {x: .5, y: .5} |
|
38 |
spritePixelsToUnits: 100 |
|
39 |
alphaIsTransparency: 0 |
|
40 |
textureType: -1 |
|
41 |
buildTargetSettings: [] |
|
42 |
spriteSheet: |
|
43 |
sprites: [] |
|
44 |
spritePackingTag: |
|
45 |
userData: |
b/Assets/Models/Terrain/Textures/random_bog.tif.meta | ||
---|---|---|
1 |
fileFormatVersion: 2 |
|
2 |
guid: e950659549a91114ba549d255cf491ae |
|
3 |
TextureImporter: |
|
4 |
serializedVersion: 2 |
|
5 |
mipmaps: |
|
6 |
mipMapMode: 0 |
|
7 |
enableMipMap: 1 |
|
8 |
linearTexture: 0 |
|
9 |
correctGamma: 0 |
|
10 |
fadeOut: 0 |
|
11 |
borderMipMap: 0 |
|
12 |
mipMapFadeDistanceStart: 1 |
|
13 |
mipMapFadeDistanceEnd: 3 |
|
14 |
bumpmap: |
|
15 |
convertToNormalMap: 0 |
|
16 |
externalNormalMap: 0 |
|
17 |
heightScale: .25 |
|
18 |
normalMapFilter: 0 |
|
19 |
isReadable: 0 |
|
20 |
grayScaleToAlpha: 0 |
|
21 |
generateCubemap: 0 |
|
22 |
seamlessCubemap: 0 |
|
23 |
textureFormat: -1 |
|
24 |
maxTextureSize: 512 |
|
25 |
textureSettings: |
|
26 |
filterMode: -1 |
Also available in: Unified diff