diff --git a/.gitignore b/.gitignore index 22e7db6..b84b7f3 100644 --- a/.gitignore +++ b/.gitignore @@ -6,7 +6,6 @@ /[Ll]ibrary/ /[Tt]emp/ /[Oo]bj/ -/[Bb]uild/ /[Bb]uilds/ /[Ll]ogs/ /[Uu]ser[Ss]ettings/ diff --git a/.vsconfig b/.vsconfig new file mode 100644 index 0000000..f019fd0 --- /dev/null +++ b/.vsconfig @@ -0,0 +1,6 @@ +{ + "version": "1.0", + "components": [ + "Microsoft.VisualStudio.Workload.ManagedGame" + ] +} diff --git a/Assets/Taiwan0721/5.6归档/zt01_65.jpg.meta b/Assets/Taiwan0721/5.6归档/zt01_65.jpg.meta index ac71242..3ea4fee 100644 --- a/Assets/Taiwan0721/5.6归档/zt01_65.jpg.meta +++ b/Assets/Taiwan0721/5.6归档/zt01_65.jpg.meta @@ -7,7 +7,7 @@ TextureImporter: mipmaps: mipMapMode: 0 enableMipMap: 1 - sRGBTexture: 0 + sRGBTexture: 1 linearTexture: 0 fadeOut: 0 borderMipMap: 0 @@ -54,7 +54,7 @@ TextureImporter: alphaUsage: 1 alphaIsTransparency: 0 spriteTessellationDetail: -1 - textureType: 1 + textureType: 0 textureShape: 1 singleChannelComponent: 0 flipbookRows: 1 diff --git a/Assets/Taiwan0721/Settings/ForwardRenderer.asset b/Assets/Taiwan0721/Settings/ForwardRenderer.asset index 6a83c43..e1701eb 100644 --- a/Assets/Taiwan0721/Settings/ForwardRenderer.asset +++ b/Assets/Taiwan0721/Settings/ForwardRenderer.asset @@ -36,6 +36,9 @@ MonoBehaviour: cameraMotionVector: {fileID: 4800000, guid: c56b7e0d4c7cb484e959caeeedae9bbf, type: 3} objectMotionVector: {fileID: 4800000, guid: 7b3ede40266cd49a395def176e1bc486, type: 3} dataDrivenLensFlare: {fileID: 4800000, guid: 6cda457ac28612740adb23da5d39ea92, type: 3} + terrainDetailLitPS: {fileID: 4800000, guid: f6783ab646d374f94b199774402a5144, type: 3} + terrainDetailGrassPS: {fileID: 4800000, guid: e507fdfead5ca47e8b9a768b51c291a1, type: 3} + terrainDetailGrassBillboardPS: {fileID: 4800000, guid: 29868e73b638e48ca99a19ea58c48d90, type: 3} m_AssetVersion: 2 m_OpaqueLayerMask: serializedVersion: 2 diff --git a/Build/WebGL.zip b/Build/WebGL.zip new file mode 100644 index 0000000..f00475b Binary files /dev/null and b/Build/WebGL.zip differ