-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
92 additions
and
36 deletions.
There are no files selected for viewing
12 changes: 10 additions & 2 deletions
12
src/Packages/UnityWebBrowser.Communication.Pipes/package.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,18 @@ | ||
{ | ||
"name": "dev.voltstro.unitywebbrowser.communication.pipes", | ||
"displayName": "Unity Web Browser Pipes Communication", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"unity": "2021.3", | ||
"description": "Adds support to use pipes in UWB.", | ||
"author": "Voltstro", | ||
"author": { | ||
"name": "Voltstro", | ||
"email": "[email protected]", | ||
"url": "https://voltstro.dev" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/Voltstro-Studios/UnityWebBrowser.git" | ||
}, | ||
"dependencies": { | ||
"dev.voltstro.unitywebbrowser": "2.0.0" | ||
}, | ||
|
24 changes: 16 additions & 8 deletions
24
src/Packages/UnityWebBrowser.Engine.Cef.Linux-x64/package.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,23 @@ | ||
{ | ||
"author": "Voltstro", | ||
"description": "CEF Engine for Unity Web Browser (Linux x64)", | ||
"displayName": "Unity Web Browser CEF Engine (Linux x64)", | ||
"dependencies": { | ||
"dev.voltstro.unitywebbrowser.engine.cef": "2.0.0-106.1.1", | ||
"dev.voltstro.unitywebbrowser.unix-support": "1.0.0" | ||
"author": { | ||
"name": "Voltstro", | ||
"email": "[email protected]", | ||
"url": "https://voltstro.dev" | ||
}, | ||
"documentationUrl": "https://projects.voltstro.dev/UnityWebBrowser/", | ||
"licensesUrl": "https://github.com/Voltstro-Studios/UnityWebBrowser/blob/master/LICENSE.md", | ||
"version": "2.0.0-106.1.1", | ||
"displayName": "Unity Web Browser CEF Engine (Linux x64)", | ||
"description": "CEF Engine for Unity Web Browser (Linux x64)", | ||
"documentationUrl": "https://projects.voltstro.dev/UnityWebBrowser/", | ||
"repository": { | ||
"url": "https://github.com/Voltstro-Studios/UnityWebBrowser.git", | ||
"type": "git" | ||
}, | ||
"version": "2.0.1-106.1.1", | ||
"name": "dev.voltstro.unitywebbrowser.engine.cef.linux.x64", | ||
"changelogUrl": "https://projects.voltstro.dev/UnityWebBrowser/changelog/", | ||
"dependencies": { | ||
"dev.voltstro.unitywebbrowser.engine.cef": "2.0.1-106.1.1", | ||
"dev.voltstro.unitywebbrowser.unix-support": "1.0.0" | ||
}, | ||
"unity": "2021.2" | ||
} |
10 changes: 9 additions & 1 deletion
10
src/Packages/UnityWebBrowser.Engine.Cef.MacOS-x64/package.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,15 @@ | ||
{ | ||
"version": "2.0.0-preview.3-99.2.6", | ||
"description": "CEF Engine for Unity Web Browser (MacOS x64)", | ||
"author": "Voltstro", | ||
"author": { | ||
"name": "Voltstro", | ||
"email": "[email protected]", | ||
"url": "https://voltstro.dev" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/Voltstro-Studios/UnityWebBrowser.git" | ||
}, | ||
"name": "dev.voltstro.unitywebbrowser.engine.cef.macos.x64", | ||
"displayName": "Unity Web Browser CEF Engine (MacOS x64)", | ||
"changelogUrl": "https://projects.voltstro.dev/UnityWebBrowser/changelog/", | ||
|
22 changes: 15 additions & 7 deletions
22
src/Packages/UnityWebBrowser.Engine.Cef.Win-x64/package.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,22 @@ | ||
{ | ||
"author": "Voltstro", | ||
"description": "CEF Engine for Unity Web Browser (Windows x64)", | ||
"displayName": "Unity Web Browser CEF Engine (Windows x64)", | ||
"dependencies": { | ||
"dev.voltstro.unitywebbrowser.engine.cef": "2.0.0-106.1.1" | ||
"author": { | ||
"name": "Voltstro", | ||
"email": "[email protected]", | ||
"url": "https://voltstro.dev" | ||
}, | ||
"documentationUrl": "https://projects.voltstro.dev/UnityWebBrowser/", | ||
"licensesUrl": "https://github.com/Voltstro-Studios/UnityWebBrowser/blob/master/LICENSE.md", | ||
"version": "2.0.0-106.1.1", | ||
"displayName": "Unity Web Browser CEF Engine (Windows x64)", | ||
"description": "CEF Engine for Unity Web Browser (Windows x64)", | ||
"documentationUrl": "https://projects.voltstro.dev/UnityWebBrowser/", | ||
"repository": { | ||
"url": "https://github.com/Voltstro-Studios/UnityWebBrowser.git", | ||
"type": "git" | ||
}, | ||
"version": "2.0.1-106.1.1", | ||
"name": "dev.voltstro.unitywebbrowser.engine.cef.win.x64", | ||
"changelogUrl": "https://projects.voltstro.dev/UnityWebBrowser/changelog/", | ||
"dependencies": { | ||
"dev.voltstro.unitywebbrowser.engine.cef": "2.0.1-106.1.1" | ||
}, | ||
"unity": "2021.2" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,23 @@ | ||
{ | ||
"author": "Voltstro", | ||
"description": "CEF Engine for Unity Web Browser", | ||
"displayName": "Unity Web Browser CEF Engine", | ||
"dependencies": { | ||
"dev.voltstro.unitywebbrowser": "2.0.0" | ||
"repository": { | ||
"url": "https://github.com/Voltstro-Studios/UnityWebBrowser.git", | ||
"type": "git" | ||
}, | ||
"documentationUrl": "https://projects.voltstro.dev/UnityWebBrowser/", | ||
"licensesUrl": "https://github.com/Voltstro-Studios/UnityWebBrowser/blob/master/LICENSE.md", | ||
"dependencies": { | ||
"dev.voltstro.unitywebbrowser": "2.0.0" | ||
}, | ||
"version": "2.0.1-106.1.1", | ||
"displayName": "Unity Web Browser CEF Engine", | ||
"changelogUrl": "https://projects.voltstro.dev/UnityWebBrowser/changelog/", | ||
"version": "2.0.0-106.1.1", | ||
"name": "dev.voltstro.unitywebbrowser.engine.cef", | ||
"hideInEditor": false, | ||
"unity": "2021.3" | ||
"author": { | ||
"name": "Voltstro", | ||
"email": "[email protected]", | ||
"url": "https://voltstro.dev" | ||
}, | ||
"description": "CEF Engine for Unity Web Browser", | ||
"unity": "2021.3", | ||
"hideInEditor": false | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,18 @@ | ||
{ | ||
"name": "dev.voltstro.unitywebbrowser.unix-support", | ||
"displayName": "Unity Web Browser Unix Support", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"unity": "2021.3", | ||
"description": "Additional requirement for UWB on Unix systems (Linux & MacOS).", | ||
"author": "Voltstro", | ||
"author": { | ||
"name": "Voltstro", | ||
"email": "[email protected]", | ||
"url": "https://voltstro.dev" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/Voltstro-Studios/UnityWebBrowser.git" | ||
}, | ||
"dependencies": { | ||
"dev.voltstro.nuget.mono.unix": "1.0.0" | ||
}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,26 @@ | ||
{ | ||
"name": "dev.voltstro.unitywebbrowser", | ||
"displayName": "Unity Web Browser", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"unity": "2021.3", | ||
"description": "Functional web browser in Unity without any issues or hassle.", | ||
"author": "Voltstro", | ||
"description": "Unity Web Browser (UWB) is a Unity package that allows displaying and interacting with the web from within Unity.", | ||
"author": { | ||
"name": "Voltstro", | ||
"email": "[email protected]", | ||
"url": "https://voltstro.dev" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/Voltstro-Studios/UnityWebBrowser.git" | ||
}, | ||
"hideInEditor": false, | ||
"changelogUrl": "https://projects.voltstro.dev/UnityWebBrowser/changelog/", | ||
"documentationUrl": "https://projects.voltstro.dev/UnityWebBrowser/", | ||
"licensesUrl": "https://github.com/Voltstro-Studios/UnityWebBrowser/blob/master/LICENSE.md", | ||
"dependencies": { | ||
"dev.voltstro.nativearrayspanextensions": "1.0.0", | ||
"com.unity.nuget.newtonsoft-json": "3.0.2", | ||
"com.cysharp.unitask": "2.3.1", | ||
"com.cysharp.unitask": "2.3.3", | ||
"org.nuget.voltrpc": "3.1.0", | ||
"org.nuget.voltrpc.extension.memory": "1.1.0", | ||
"org.nuget.voltrpc.extension.vectors": "1.1.0" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters