You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,3 +5,10 @@ Unity API code snippets for VisualStudio
5
5
- Type 'snippets' in the Visual Studio QuickLaunch field to open snippets manager window
6
6
- Then copy the folders from this repository into "My Snippets" folder (by default its "C:\Users\awesomeusername\Documents\Visual Studio 2015\Code Snippets\Visual C#\My Code Snippets"
7
7
- Then in Visual Studio can type snippet like: dbl and press TAB TAB
8
+
9
+
# Create Your Own Snippets
10
+
- Go to https://jsfiddle.net/unitycoder/nrbbb2qw/
11
+
- Fill in the details, press download, and place that file into your "My Snippets" folder
12
+
13
+
# Contributing
14
+
- Feel free to post / pull request new unity related snippets here
0 commit comments