Unity3dSampleTemplate icon indicating copy to clipboard operation
Unity3dSampleTemplate copied to clipboard

Unity3d sample template to work with Nethereum

Results 20 Unity3dSampleTemplate issues
Sort by recently updated
recently updated
newest added

Bumps [axios](https://github.com/axios/axios) to 1.6.8 and updates ancestor dependency [wait-on](https://github.com/jeffbski/wait-on). These dependencies need to be updated together. Updates `axios` from 0.27.2 to 1.6.8 Release notes Sourced from axios's releases. Release v1.6.8...

dependencies

Bumps [undici](https://github.com/nodejs/undici) from 5.22.1 to 5.28.4. Release notes Sourced from undici's releases. v5.28.4 :warning: Security Release :warning: Fixes https://github.com/nodejs/undici/security/advisories/GHSA-m4v8-wqvr-p9f7 CVE-2024-30260 Fixes https://github.com/nodejs/undici/security/advisories/GHSA-9qxr-qj54-h672 CVE-2024-30261 Full Changelog: https://github.com/nodejs/undici/compare/v5.28.3...v5.28.4 v5.28.3 ⚠️ Security Release...

dependencies

Bumps and [express](https://github.com/expressjs/express). These dependencies needed to be updated together. Updates `express` from 4.17.1 to 4.19.2 Release notes Sourced from express's releases. 4.19.2 What's Changed Improved fix for open redirect...

dependencies

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.2 to 1.15.6. Commits 35a517c Release version 1.15.6 of the npm package. c4f847f Drop Proxy-Authorization across hosts. 8526b4a Use GitHub for disclosure. b1677ce Release version 1.15.5 of...

dependencies

Hi! I'm experimenting the following issue when building to Android. Note that *when running the game on the Unity player everything works fine*, but when running on the device (Samsung...

While loading the current repo state as a project in-editor, I'm seeing a hard-coded reference to the WebGLThreadingPatcher repository in the package manifest which fails dependency import: ``` An error...

Nethereum.JsonRpc.UnityClient.dll is missing from the packages and therefore I can't use Unity Functionality... ![Untitled](https://user-images.githubusercontent.com/68475327/215871803-cdea1237-a440-470b-ba3c-319cd715c28a.png) ![Untitled](https://user-images.githubusercontent.com/68475327/215871890-a0b22019-ed67-4293-be1f-f705b407fcee.png)

Hey guys, I have some errors on building for webgl. any idea? `ArgumentException: The Assembly WindowsBase is referenced by System.Reactive ('Assets/Plugins/System.Reactive.dll'). But the dll is not allowed to be included...

Trying any call with https instead of http (which also doesn't work) results in 403 forbidden error Example Block Number Call Error in Unity Console: ``` HTTP/1.1 403 Forbidden UnityEngine.Debug:Log...

I tried to just use the .dll's in a example project and I get this error when trying to do a simple test retrieving the last block with `new EthBlockNumberUnityRequest.`...