Skip to content

Commit

Permalink
v2 implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
keijiro committed Jul 19, 2018
1 parent fa0f3b0 commit 9994a0a
Show file tree
Hide file tree
Showing 47 changed files with 1,883 additions and 1,705 deletions.
9 changes: 9 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
* -text

*.cs text eol=lf diff=csharp
*.shader text eol=lf
*.cginc text eol=lf
*.hlsl text eol=lf
*.compute text eol=lf

*.meta text eol=lf
37 changes: 14 additions & 23 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,26 +1,17 @@
# Unity
Library
Temp
*.pidb
*.userprefs

# Xcode
xcuserdata
xcshareddata
*.pbxuser
# Windows
Thumbs.db
Desktop.ini

# Visual Studio
Debug/
Release/
x64/
x86/
build/
ipch/
*.sdf
.vs
# macOS
.DS_Store

# Misc
# Code Editors
.idea
.vscode
*.csproj
*.sln
*.swp
*.lnk
.DS_Store
Thumbs.db

# Unity
/Library
/Temp
84 changes: 0 additions & 84 deletions Assets/OscJack/Editor/OscJackWindow.cs

This file was deleted.

198 changes: 0 additions & 198 deletions Assets/OscJack/OscCore.cs

This file was deleted.

Loading

0 comments on commit 9994a0a

Please sign in to comment.