Skip to content

Commit

Permalink
update unity version to 2018.3.1f1.
Browse files Browse the repository at this point in the history
  • Loading branch information
hecomi committed Jan 14, 2019
1 parent 1912c61 commit e9eb6ac
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 10 deletions.
12 changes: 8 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
/[Tt]emp/
/[Oo]bj/
/[Bb]uild/
/[Ww]iki/
/[Mm]isc/
/[Ll]ogs/
/UnityPackageManager
/Packages

# Autogenerated VS/MD solution and project files
*.csproj
Expand All @@ -21,9 +26,8 @@
# Unity3D Generated File On Crash Reports
sysinfo.txt

# VSCode
.vscode

# Others
.DS_Store
/[Ww]iki/
/Assets/AssetStoreTools*
/Assets/Extensions*
.vs
Binary file not shown.
3 changes: 2 additions & 1 deletion Assets/uShaderTemplate/Examples/Shaders/VertFrag.shader
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,13 @@ struct v2f
// @block VertexShader
sampler2D _MainTex;
float4 _MainTex_ST;

v2f vert(appdata_full v)
{
v2f o;
o.vertex = UnityObjectToClipPos(v.vertex);
o.uv = TRANSFORM_TEX(v.texcoord, _MainTex);
// UNITY_TRANSFER_FOG(o,o.vertex);
UNITY_TRANSFER_FOG(o,o.vertex);
return o;
}
// @endblock
Expand Down
Binary file added ProjectSettings/PresetManager.asset
Binary file not shown.
2 changes: 1 addition & 1 deletion ProjectSettings/ProjectVersion.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
m_EditorVersion: 2017.3.0f3
m_EditorVersion: 2018.3.1f1
Binary file added ProjectSettings/VFXManager.asset
Binary file not shown.
4 changes: 0 additions & 4 deletions UnityPackageManager/manifest.json

This file was deleted.

0 comments on commit e9eb6ac

Please sign in to comment.