Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move Unity Dots features into an embedded UPM package #13

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

eeropomell
Copy link

This PR moves code related to features using Unity Dots (Burst/Jobs) into Packages/OpenBrushToolkitDots as an embedded UPM package.

Motivation

If the recently added "Split Mesh By Stroke" tool is added to the .unitypackage, and a user imports the package into their Unity project without Burst installed, it generates namespace errors in the Unity console. This happens because the Split Mesh By Stroke tool has Burst as a dependency, and .unitypackage files don't support dependencies.

How it fixes the issue

UPM packages can have dependencies. The features using Unity Dots must now be installed manually. The user installs the OpenBrushToolkitDots package via the Package Manager via git URL.

Other Notes

Although we have pretty much decided that this open-brush-toolkit SDK should be in maintenance mode, any code for features using Unity Dots should go into Packages/OpenBrushToolkitDots/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant