Skip to content

Commit

Permalink
Added some advanced editing buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
keiwando committed Sep 20, 2019
1 parent 3c0fa01 commit e1ce750
Show file tree
Hide file tree
Showing 14 changed files with 1,296 additions and 195 deletions.
39 changes: 39 additions & 0 deletions .vscode/launch.json
@@ -0,0 +1,39 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "Unity Editor",
"type": "unity",
"path": "/Users/Keiwan/Projects/Unity/Evolution/Library/EditorInstance.json",
"request": "launch"
},
{
"name": "Windows Player",
"type": "unity",
"request": "launch"
},
{
"name": "OSX Player",
"type": "unity",
"request": "launch"
},
{
"name": "Linux Player",
"type": "unity",
"request": "launch"
},
{
"name": "iOS Player",
"type": "unity",
"request": "launch"
},
{
"name": "Android Player",
"type": "unity",
"request": "launch"
}
]
}

0 comments on commit e1ce750

Please sign in to comment.