-
Notifications
You must be signed in to change notification settings - Fork 461
build: add Unity module dependencies explicitly #648
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
Changes from all commits
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,16 +1,18 @@ | ||
| { | ||
| "name": "com.unity.multiplayer.mlapi", | ||
| "displayName": "MLAPI Networking Library", | ||
| "version": "0.1.0", | ||
| "unity": "2019.4", | ||
| "unityRelease": "8f1", | ||
| "description": "This the Core Unity Mid-level API that provides core SDK for multiplayer games within unity", | ||
| "keywords": [ | ||
| "unity" | ||
| ], | ||
| "type": "library", | ||
| "hideInEditor": false, | ||
| "dependencies": { | ||
| "com.unity.nuget.mono-cecil": "1.10.1-preview.1" | ||
| } | ||
| "name": "com.unity.multiplayer.mlapi", | ||
| "displayName": "MLAPI Networking Library", | ||
| "version": "0.1.0", | ||
| "unity": "2019.4", | ||
| "unityRelease": "8f1", | ||
| "description": "This the Core Unity Mid-level API that provides core SDK for multiplayer games within unity", | ||
| "keywords": [ | ||
| "unity" | ||
| ], | ||
| "type": "library", | ||
| "hideInEditor": false, | ||
| "dependencies": { | ||
| "com.unity.modules.ai": "1.0.0", | ||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. needed for
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. ah ha, thanks for noting this! |
||
| "com.unity.modules.animation": "1.0.0", | ||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. needed for |
||
| "com.unity.nuget.mono-cecil": "1.10.1-preview.1" | ||
| } | ||
| } | ||
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 this rewrite is simply caused by spaces and things. I'm not changing anything other than the 2 new dependencies below, FYI.