RealityStop / Bolt.Addons.Community

A community-driven project for extending Unity Bolt
MIT License
250 stars 34 forks source link

Compatibility with Visual Scripting introduced in Unity 2021 #33

Closed GeorgesGraire closed 2 years ago

GeorgesGraire commented 3 years ago

The community addons are not compatible with the new Visual Scripting feature. Bolt units are now be natively supported with this 2021 feature, but the Community Addons are not.

RealityStop commented 3 years ago

The Community addons fully support UnityVS, but it is a different url to add it to the package manager.

image

This should fully support the released 1.5.1-pre3. The 1.6.0-pre.3 pre-release version is not yet supported, as the code changes required to support it are not compatible with the released version, but it will be fully supported when that is released.

Eventually, the master branch (what you get with the default url) will swap to UnityVS, when that is fully released and becomes the standard, but we aren't there yet.

BlindsidedGames commented 3 years ago

The Community addons fully support UnityVS, but it is a different url to add it to the package manager.

image

This should fully support the released 1.5.1-pre3. The 1.6.0-pre.3 pre-release version is not yet supported, as the code changes required to support it are not compatible with the released version, but it will be fully supported when that is released.

Eventually, the master branch (what you get with the default url) will swap to UnityVS, when that is fully released and becomes the standard, but we aren't there yet.

can I just point out that this url isnt on the front page, well actually not on this version of it https://github.com/RealityStop/Bolt.Addons.Community/releases

GeorgesGraire commented 3 years ago

Thank you @RealityStop!

Indeed as @BlindsidedGames noticed, it is not available on the front page, which make it hard to find!

MasterSubby commented 2 years ago

UVS is now the main branch and supports all versions of UVS. All is setup to point to the Bolt branch from master as well. The only active branches, are master, dev, and bolt-main.