Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/juicycleff/flutter-unity-view-widget

Embeddable unity game engine view for Flutter. Advance demo here https://github.com/juicycleff/flutter-unity-arkit-demo
https://github.com/juicycleff/flutter-unity-view-widget

[Android] Fix Unity plugins using the AndroidJavaProxy. (mUnityPlayer error) (#908)

* Fix AndroidJavaProxy error: assign mUnityPlayer in the MainActivity.

* Add MainActivity mod...

ecee37d189647b78d395c4a793abcfc99553743f authored 10 months ago by timbotimbo <[email protected]>
Sync 2022.2.1 from pub.dev (#928)

4075d916e5c23cad9b4af01f4ad3dbd8df8bd6bb authored 10 months ago by timbotimbo2 <[email protected]>
Fix bad formatting in merged commit.

d2382fbd439a86faba8d8ac71250816b26b17128 authored about 1 year ago by timbotimbo2 <[email protected]>
Web: Add basepath to UnityLibrary URI (#865)

96d3bda4e0597554c3f967c1152656d4966717ba authored about 1 year ago by TonyHoyleRps <[email protected]>
Merge pull request #880 from ricardodalarme/fix/remove-ndk-path-from-build-gradle

Remove ndkPath from generated build.gradle. (for Unity 2022.3 and up)

6ac1561107cb4e2e2fe632645c6b3869fa345080 authored about 1 year ago by timbotimbo <[email protected]>
Remove ndkPath from generated build.gradle

- Starting Unity 2023, Unity generates build.gradle with ndkPath
which contains the absolute p...

c2a2318c1488f0dc1d5470ee55fe69da7dd46204 authored over 1 year ago by ricardodalarme <[email protected]>
Prevent incomplete iOS export after build target switch. (#838)

* Avoid code being skipped after changing buildtarget to iOS.

* Prevent unreachable code warn...

6fc738c12b6b416f6d3476741b7f85efe02e69d3 authored over 1 year ago by timbotimbo <[email protected]>
Merge pull request #841 from JosephCarrington/patch-1

Update README.md

4caddd43afbf4d7e140e1f676ee20824cac53fe9 authored over 1 year ago by Dorin Buraca <[email protected]>
Update README.md

49c8ed4ae444eb2e095504d036a137c02ce83e5e authored over 1 year ago by Joseph Carrington <[email protected]>
Remove redundant AR checkbox and unity packages from example (#835)

* Remove AR packages from the Example project.

* Mention XR plugin management bug in AR docs....

3dc7fdbf06abb1a009aa3bd4645d7e5167660626 authored over 1 year ago by timbotimbo <[email protected]>
[Web] Fix PointerInterceptor in examples blocking all clicks. (#834)

* Fix PointerInterceptor usage in examples.

* Add a note about web compression.

def96a5d36f7c92789c312f0ce8d57df99429df7 authored over 1 year ago by timbotimbo <[email protected]>
Merge pull request #811 from timbotimbo/readme_fixes

Update ReadMe

2248c65f7c483acac04ec0f4c99af2b65d839790 authored over 1 year ago by Dorin Buraca <[email protected]>
Add a missing step to the manual android setup.

c16b4931809cf3233ee451ee9b441c4f239cb39d authored over 1 year ago by timbotimbo <[email protected]>
Add an Emulators section.

2661e5df56cb7fd9195883fc7ab0d8ec1ebc6786 authored over 1 year ago by timbotimbo <[email protected]>
Move troubleshooting down, below examples.

29a38090935eeea49c6629e0255563e51544f1fd authored over 1 year ago by timbotimbo <[email protected]>
Collapse AR section. Remove link to ancient example.

75af10c189405094d0a27de3877ba9ba6892a9cc authored over 1 year ago by timbotimbo <[email protected]>
Add thread performance checker warning for iOS

315f0a19084c1333e01c5bda11af1e14ef727e66 authored over 1 year ago by timbotimbo <[email protected]>
Merge branch 'juicycleff:master' into readme_fixes

c49eee06521e941bd129589a3632ebc6b20ec01f authored over 1 year ago by timbotimbo <[email protected]>
Update examples to null safety (#732)

* Make ReadMe examples null-safe & fix errors.

* Make example project null safe.

* Fix mos...

654e66c7f436a2f3252d06a01027cf042f8c3a55 authored over 1 year ago by timbotimbo <[email protected]>
Update setup instructions. Move NDk to android

ad8e2251075852a3650420ebd7f8f5ca27f2abb4 authored over 1 year ago by timbotimbo <[email protected]>
Merge branch 'juicycleff:master' into readme_fixes

7c12bc1a276d51677baeae0e05f69f2a0c0da6c7 authored over 1 year ago by timbotimbo <[email protected]>
Release New unitypackage (#795)

* Add a readme for unitypackages

* Move some old unitypackages to a legacy folder.

* Updat...

1db8bfee0b115c5ab4ae8e9cc1252ef632bfd3fb authored over 1 year ago by timbotimbo <[email protected]>
Remove mention of non-existing AR example.

5a442fb836ef33d02a678ee016d8f3b1cce99fdb authored over 1 year ago by timbotimbo <[email protected]>
Add warning to actually export from Unity.

ab4fa84b50949bc290a5dbd1421580d813b90ba4 authored over 1 year ago by timbotimbo <[email protected]>
Remove mention of deprecated embedded_views_preview (flutter 1.x)

85ee5497aa795e746ad9397e542f1dfdeaca3abf authored over 1 year ago by timbotimbo <[email protected]>
Clarify unity project location.

3c5e7741f8df6f23f31e2f85d93575b5bed70b05 authored over 1 year ago by timbotimbo <[email protected]>
Clarify android NDK setup.

4a0b07986162cdb3dd8ede9a54de6434c0f61131 authored over 1 year ago by timbotimbo <[email protected]>
Remove outdated video tutorial link.

a725c4479c4ff9f78ca48ca599b1edce93ac9987 authored over 1 year ago by timbotimbo <[email protected]>
Fix 3 relative urls that are broken on pub.dev

756c2bb0c7737a100e3c190c26ff61914ba290f0 authored over 1 year ago by timbotimbo <[email protected]>
Re-enable JsonDotNet dll. Set Unity projectversion to 2021 LTS (#794)

* Re-enable Newtonsoft.Json.dll

* Add Newtonsoft errors to Troubleshooting in the readme.

...

6146dd2d0a0a596c44d4e8952ade6a4c79fb8104 authored over 1 year ago by timbotimbo <[email protected]>
Disable bitcode for Xcode 14. (#751)

442e44536560b721fed6e4ed831d4c2844048ac6 authored over 1 year ago by timbotimbo <[email protected]>
Fix broken UnityReady trigger in iOS exports. (#747)

* Fix UnityReady trigger being placed on the wrong line in UnityAppController.mm

* Fix a comp...

7399a387e44ec9e1ef7f58943156d7eb77e50e6f authored over 1 year ago by timbotimbo <[email protected]>
Ensure line break in modified proguard-unity. (#789)

1cfd4f309b5063aa051d7afdc10cdf377296f761 authored over 1 year ago by timbotimbo <[email protected]>
Replace the webviewx package with webview_flutter_web. (#761)

ff73bc17f81b96b9bf510c96a8656d75c42b24fc authored over 1 year ago by timbotimbo <[email protected]>
Fix link to Rex Isaac Raphael github page is not working (#777)

8b38743218001728c3ea85d18a1ac7614434b3d1 authored over 1 year ago by Guy Luz <[email protected]>
[ios] Replace OnPostBuild event with a regular function call. (#782)

40d152b63f89e0c45f8eed399660a24c2ac05706 authored almost 2 years ago by timbotimbo <[email protected]>
Remove Android's white background color in UnityWidgetController.kt

46a235067096715bd67afd6d51868a4f68848565 authored almost 2 years ago by timbotimbo <[email protected]>
Fix Unity 2022 debugger crash. (#722)

Fix a crash by enabling development mode in debug exports.

a3314ee2fd0af4de11127df389e446bf84ad600d authored almost 2 years ago by timbotimbo <[email protected]>
Merge pull request #744 from Daumas-hugo/fix/demo-rotation-speed

fix(Unity Demo): fix setRotatioSpeed float Parsing

d68f8806f500b7eb741517ebf2a729a4816b75c3 authored almost 2 years ago by timbotimbo <[email protected]>
fix(Unity Demo): fix setRotatioSpeed float Parsing

When launching the demo on flutter Android you couldn't change the rotation speed
because it was...

d3a19464c9b385e14a3ed3bb987475aa3098979b authored almost 2 years ago by Daumas Hugo <[email protected]>
Merge pull request #704 from Flyclops/fix/unity_pause_ios

Fixed Unity not receiving lifecycle events from iOS

7f55bc2eddc81a13c32eabe25b53202e11861ba9 authored about 2 years ago by Rex Raphael <[email protected]>
fixed casting bugs that were prevening unity receiving ios lifecycle events

2a87c1035f062d878221847ca685d096efcbcacc authored about 2 years ago by Jake O'Brien <[email protected]>
Merge remote-tracking branch 'origin/master'

799e0ca16510422f8ed6939e9fc2ad3aa7e61eb8 authored over 2 years ago by rexraphael <[email protected]>
docs: updated README.md

8c087680c8e05261e4090b045d626b7513867735 authored over 2 years ago by rexraphael <[email protected]>
Merge pull request #685 from juicycleff/feat/upgrade_flutter_3_3

feat: bumped to flutter 3.3.0

c884be09a2291698a78dc95364ae7fef2ac0a0f8 authored over 2 years ago by Rex Raphael <[email protected]>
ci: fixed tests

79fba147ddc05e210e39c02552de0fd1f7649186 authored over 2 years ago by rexraphael <[email protected]>
chore: updated CHANGELOG.md

fe6c15a1d5a44f681ebc1d91644ba25a6c7d8cb6 authored over 2 years ago by rexraphael <[email protected]>
chore: bumped flutter ci version

c589f4d7cfb7ad54ab3ab83b2ef78f31582f9d96 authored over 2 years ago by rexraphael <[email protected]>
chore: removed webview_flutter

2ac9fcd7139b78d6988558d71cfa131131056566 authored over 2 years ago by rexraphael <[email protected]>
feat: bumped to flutter 3.3.0

4d0f17acb1670f99340a1c8d036751d3dad47207 authored over 2 years ago by rexraphael <[email protected]>
feat: bumped to flutter 3.3.0

93fcb3eaf78d40770d728637c73103148831b00c authored over 2 years ago by rexraphael <[email protected]>
fix: fixed crash on android force close

a1ab36068ef37447c2631cb6bb9565cdc22afc3d authored over 2 years ago by rexraphael <[email protected]>
Merge pull request #664 from juicycleff/non-expired-discord-link

Change discord link for non expired.

10564e6772c629d40b0b9b44482fd0b0ef8e1cab authored over 2 years ago by Dawid Szewczyk <[email protected]>
Change discord link for non expired.

6e4fd0bf14f0d27b37bce32ff8039154318c4a28 authored over 2 years ago by Dawid Szewczyk <[email protected]>
Merge pull request #657 from juicycleff/feat/refactor_webUrl

update dependencies

7995993efe05de418e3af91c43bc23fc3b891232 authored over 2 years ago by Rebar Ahmad <[email protected]>
update dependencies

d30ab06e6b129b400afe63989c607602d69d9fa9 authored over 2 years ago by Rebar Ahmad <[email protected]>
Merge pull request #656 from juicycleff/feat/refactor_webUrl

Feat/refactor web url

0ea5f7fb8b81c3573ebfdcc88951454f7852ca05 authored over 2 years ago by Rebar Ahmad <[email protected]>
Update Screenshot in docs

18cffae62a3debbb34d140ab884911a24ed52bde authored over 2 years ago by Rebar Ahmad <[email protected]>
Add changelog

7fa2e7616af6961af4bb65603f08bd3d9d80cad1 authored over 2 years ago by Rebar Ahmad <[email protected]>
bump v. 2022.1.7+1 | Update dependencies and override webview_flutter to: 2.8.0 (compatible)

5fc32b093be9a3a6d3f90bbbd289828acb87c2b6 authored over 2 years ago by Rebar Ahmad <[email protected]>
Update interfaces in examples

0b3aba9ef1d502eb26ed3941c73a5873661efc86 authored over 2 years ago by Rebar Ahmad <[email protected]>
remove webUrl

814a8c55c96bc926e0ce83d2778c63c9cfa58e1a authored over 2 years ago by Rebar Ahmad <[email protected]>
remove unitySrcUrl

115acb77dba919794c3600e105e27f2dd03b2c1a authored over 2 years ago by Rebar Ahmad <[email protected]>
Add Uri.base.origin to automatically read out base origin

0b481289a050ba4db9a0b113cc9050f5dd7631b3 authored over 2 years ago by Rebar Ahmad <[email protected]>
Add launch.json to test web

cddd9b633063de6f7c3fa16c7014fc12ac9d8570 authored over 2 years ago by Rebar Ahmad <[email protected]>
Merge pull request #655 from juicycleff/Ahmadre-patch-1

Update README.md

9cef24f71c94fe5d0f68decc9fc1db7182819d63 authored over 2 years ago by Rebar Ahmad <[email protected]>
Update README.md

d2622fff6e6eb1de43175c1bab39c729dab50520 authored over 2 years ago by Rebar Ahmad <[email protected]>
Merge pull request #654 from juicycleff/docs/update-build-preview

Update docs (Build-config)

88df17b98e09d40c5d711a34e03523ee919e5f20 authored over 2 years ago by Rebar Ahmad <[email protected]>
Update docs

dd134bae325f3b81ef2176c8a9b04e92c60f8e34 authored over 2 years ago by Rebar Ahmad <[email protected]>
Merge pull request #653 from juicycleff/feat/improve-unity-building

Feat/improve unity building

cc43df888c3030281e9e651f7c3d50b3ebbfe23b authored over 2 years ago by Rebar Ahmad <[email protected]>
update unity package

b2f0b3d9c67e5008be96d2c1d0ce21204a1977a2 authored over 2 years ago by Rebar Ahmad <[email protected]>
Add release configuration for ios

25c2de2195db96300ac86d7bb1cf614f85d0d59b authored over 2 years ago by Rebar Ahmad <[email protected]>
Check Il2CppCompilerConfiguration Release or Debug

ca82f9210f08aac9912fede22efbfd110d0a2885 authored over 2 years ago by Rebar Ahmad <[email protected]>
format

001f75f0c828ce57b679dcf670932e3961e7a20e authored over 2 years ago by Rebar Ahmad <[email protected]>
Update Build Screenshot

9c11e24184b05874c40a78c19698cc255a3334eb authored over 2 years ago by Rebar Ahmad <[email protected]>
Update docs to Debug and Release Unity Exports

7e85297521e4bcc2481b0a7c07ea432e7934d583 authored over 2 years ago by Rebar Ahmad <[email protected]>
Fix DISCORD Channel ID

cada9dc06c860356cd465b09ef0e1ed4f6be9a7a authored over 2 years ago by Rebar Ahmad <[email protected]>
Add changelog for 2022.1.7

ce1df51889c5cb7a8c47dc591ff8eb2aa86e37f5 authored over 2 years ago by Rebar Ahmad <[email protected]>
bump version 2022.1.7f1

8d9799e4df9722fdd12aba5550e17a9fc291abc7 authored over 2 years ago by Rebar Ahmad <[email protected]>
Add 2022.1.7f1 unity package

aa37879f1ac6b9c58d85e48dbec0fac8564732e9 authored over 2 years ago by Rebar Ahmad <[email protected]>
feat(unity): Update Unity Version

3a940b54c6c3237d93cb7745e3439d055281b17f authored over 2 years ago by Rebar Ahmad <[email protected]>
feat(Build): Add Release Builds (Android+iOS) | Improve Android Performance | Support older XCode Settings

b0370f3be7970b7d57cc301d826664fca36a2dc4 authored over 2 years ago by Rebar Ahmad <[email protected]>
docs: updated README.md

9301b742723c63bd306cb7aa66ba93428bc3cfe2 authored over 2 years ago by rexraphael <[email protected]>
docs: updated README.md

be770eaa89680f4379dabd3df5c8bfbafe8e58ae authored over 2 years ago by rexraphael <[email protected]>
fix linter issues for new version

5d5ff70925bd10a7d2c496080792bcf60a257926 authored over 2 years ago by Rebar Ahmad <[email protected]>
bump version 2022.1.1+4

b908d49fc750bf63a5df0373b13c941dc4bed5e4 authored over 2 years ago by Rebar Ahmad <[email protected]>
fix Android AR error | add new v2 unitypackage

9bcaf83c2f6e49d67a5defc29cea967c80ca8932 authored over 2 years ago by Rebar Ahmad <[email protected]>
Merge pull request #630 from juicycleff/fix/unity-web-view

Fix/unity web view

b89fe9a45d852f11b391961d340ccf753bd1edeb authored over 2 years ago by Rebar Ahmad <[email protected]>
fix typo

855c7efa8745130a9cbef80587bf0f29baa37d00 authored over 2 years ago by Rebar Ahmad <[email protected]>
fix typo

6721ad507047cdbf7f4cf62948e775e4497db533 authored over 2 years ago by Rebar Ahmad <[email protected]>
Merge pull request #632 from juicycleff/chore/flavor-hints

doc/flavor hints

ff35aa39ed471f5f62b2949648b3f42f110acc8a authored over 2 years ago by Rebar Ahmad <[email protected]>
[chore]: note that flavored steps are necessary while having flavors

f54f8debb75a847bc25101a416145231f93cb4d3 authored over 2 years ago by Rebar Ahmad <[email protected]>
[chore]: add hints for flavored apps

7e50891084ca0d33bc71e828be50bfe0834a1524 authored over 2 years ago by Rebar Ahmad <[email protected]>
Fix margin for simple screen to demonstrate unity widget style

b37ea0fde3912d3afec81e4add038e6d85032f83 authored over 2 years ago by Rebar Ahmad <[email protected]>
Add PointerInterceptor and note in Readme to solve HTMLElementView for WebGL

34b9637c086b841e133a0b423c82fa0a3b6d2067 authored over 2 years ago by Rebar Ahmad <[email protected]>
Fix char-space for web build

04dc68dc610cb3007d7df211405bfdae2529313f authored over 2 years ago by Rebar Ahmad <[email protected]>
Add Log to indicate successful exports

abfe8f22a4ba885026acaeb72485e689b16115d2 authored over 2 years ago by Rebar Ahmad <[email protected]>
add postProcess after message sent

b02edef1cd9ff6016773052ddea9ae9e82f0a924 authored over 2 years ago by Rebar Ahmad <[email protected]>
Add Css for webview to behave like mobile

e5f0d3b8ff04c6026394ff330d2ce4f94094d13d authored over 2 years ago by Rebar Ahmad <[email protected]>
Fix native api imports

387ad1f972d14bfc656a9ac6027f6bde88ff6182 authored over 2 years ago by Rebar Ahmad <[email protected]>