Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
YGOProUnity_V2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
MyCard
YGOProUnity_V2
Commits
623bace5
Commit
623bace5
authored
Apr 14, 2018
by
mercury233
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wtf fixes
parent
44a0eaf0
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
35 additions
and
4 deletions
+35
-4
.gitignore
.gitignore
+34
-4
Assets/old/UiverseAssests/art_plugin/attack_light_line/Shaders/GlowAdditiveSimple.shader
...lugin/attack_light_line/Shaders/GlowAdditiveSimple.shader
+1
-0
ProjectSettings/GraphicsSettings.asset
ProjectSettings/GraphicsSettings.asset
+0
-0
No files found.
.gitignore
View file @
623bace5
Library/
Temp/
.vs/
*.sln
[Ll]ibrary/
[Tt]emp/
[Oo]bj/
[Bb]uild/
[Bb]uilds/
Assets/AssetStoreTools*
# Visual Studio cache directory
/.vs/
# Autogenerated VS/MD/Consulo solution and project files
ExportedObj/
.consulo/
*.csproj
*.unityproj
*.sln
*.suo
*.tmp
*.user
*.userprefs
*.pidb
*.booproj
*.svd
*.pdb
# Unity3D generated meta files
*.pidb.meta
*.pdb.meta
# Unity3D Generated File On Crash Reports
sysinfo.txt
# Builds
*.apk
*.unitypackage
Assets/old/UiverseAssests/art_plugin/attack_light_line/Shaders/GlowAdditiveSimple.shader
View file @
623bace5
...
...
@@ -56,6 +56,7 @@ Category {
v2f
vert
(
appdata_t
v
)
{
v2f
o
;
UNITY_INITIALIZE_OUTPUT
(
v2f
,
o
);
o
.
vertex
=
UnityObjectToClipPos
(
v
.
vertex
);
//o.color = v.color;
o
.
texcoord
=
TRANSFORM_TEX
(
v
.
texcoord
,
_MainTex
);
...
...
ProjectSettings/GraphicsSettings.asset
View file @
623bace5
No preview for this file type
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment