Skip to content

Commit

Permalink
just a bit of cleanup and fixes to references
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenHodgson committed May 29, 2022
1 parent 2bd7a8a commit b796bfa
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2022 StephenHodgson
Copyright (c) 2022 Stephen Hodgson

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ A Utilities.Rest package for the [Unity](https://unity.com/) Game Engine.

- Open your Unity project settings
- Select the `Package Manager`
![scoped-registries](Documentation~/images/package-manager-scopes.png)
![scoped-registries](Utilities.Rest\Packages\com.utilities.rest\Documentation~\images\package-manager-scopes.png)
- Add the OpenUPM package registry:
- `Name: OpenUPM`
- `URL: https://package.openupm.com`
Expand All @@ -23,7 +23,7 @@ A Utilities.Rest package for the [Unity](https://unity.com/) Game Engine.
### Via Unity Package Manager and Git url

- Open your Unity Package Manager
- Add package from git url: `https://github.com/StephenHodgson/com.utilities.rest.git#upm`
- Add package from git url: `https://github.com/RageAgainstThePixel/com.utilities.rest.git#upm`

## Getting Started

Expand Down
2 changes: 1 addition & 1 deletion Utilities.Rest/Packages/com.utilities.rest/LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2022 StephenHodgson
Copyright (c) 2022 Stephen Hodgson

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion Utilities.Rest/Packages/com.utilities.rest/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ A Utilities.Rest package for the [Unity](https://unity.com/) Game Engine.
### Via Unity Package Manager and Git url

- Open your Unity Package Manager
- Add package from git url: `https://github.com/StephenHodgson/com.utilities.rest.git#upm`
- Add package from git url: `https://github.com/RageAgainstThePixel/com.utilities.rest.git#upm`

## Getting Started

Expand Down
3 changes: 1 addition & 2 deletions Utilities.Rest/Packages/com.utilities.rest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@
"com.unity.modules.unitywebrequestassetbundle": "1.0.0",
"com.unity.modules.unitywebrequestaudio": "1.0.0",
"com.unity.modules.unitywebrequesttexture": "1.0.0",
"com.unity.modules.unitywebrequestwww": "1.0.0",
"com.unity.nuget.newtonsoft-json": "3.0.2"
"com.unity.modules.unitywebrequestwww": "1.0.0"
},
"hideInEditor": true
}

0 comments on commit b796bfa

Please sign in to comment.