-
Notifications
You must be signed in to change notification settings - Fork 19
Add upm support #14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add upm support #14
Changes from 20 commits
b6fbd98
97e04d8
4ff8168
4c3d948
00cc2ce
a5fd455
042c4aa
06abb19
f93f3c5
83b3751
a2a212c
bc1a749
8e1d0e3
f4bb9dc
6ca1ba0
e64dd99
b5d22b2
e737ee3
24ce6c5
6ed69a9
7d397ba
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,3 @@ | ||
| *.meta | ||
| scripts/LICENSE.txt | ||
| *.sln | ||
| .vs | ||
|
|
||
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,21 @@ | ||
| { | ||
| "name": "com.mcpiroman.unity-native-tool", | ||
| "displayName": "Unity Native Tool", | ||
| "version": "7.1.0", | ||
| "description": "Tool for unloading native DLLs in the editor. \nhttps://github.com/mcpiroman/UnityNativeTool", | ||
| "keywords": [ | ||
| "native", | ||
| "c++", | ||
| "dll" | ||
| ], | ||
| "category": "Unity", | ||
| "author": { | ||
| "name": "John Doe", | ||
| "email": "john.doe@example.com", | ||
| "url": "https://github.com/mcpiroman/UnityNativeTool/" | ||
| }, | ||
| "repository": { | ||
| "type": "git", | ||
| "url": "https://github.com/mcpiroman/UnityNativeTool.git" | ||
| } | ||
| } | ||
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If I recall correctly, that's not my name :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nor an email
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Where can I find them? they're not in your public profile.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we can live without that unless that's somehow mandatory
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I can remove the
authorfield if you want it to stay anonymous? (fyi John Doe is just a placeholder name)