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

Issue with package references in Unity sample project #12

Open
Inagaki-0228site opened this issue Nov 8, 2023 · 5 comments
Open

Issue with package references in Unity sample project #12

Inagaki-0228site opened this issue Nov 8, 2023 · 5 comments
Labels
help wanted Extra attention is needed

Comments

@Inagaki-0228site
Copy link

When I started Unity according to the instructions, the following error occurred. Please tell me how to resolve.

スクリーンショット 2023-11-08 104547

@Inagaki-0228site
Copy link
Author

recently
スクリーンショット 2023-11-08 155346

@RoboDoig
Copy link
Contributor

RoboDoig commented Nov 8, 2023

Looks like there are 2 issues here.

One is that some of the Bonsai dependencies are missing from the Unity packages, can you try running 'Consolidate packages' on the Bonsai installer object and see if the 'Unable to resolve reference' errors go away?

Second is that the workflow property is evaluating to null. Can you check that there is a BonsaiWorkflow component on the same object that the WorkflowMonitor component is on? And also that the BonsaiWorkflow component has a workflow added in the inspector?

@RoboDoig RoboDoig changed the title error Issue with package references in Unity sample project Nov 9, 2023
@RoboDoig RoboDoig added the help wanted Extra attention is needed label Nov 9, 2023
@Inagaki-0228site
Copy link
Author

Inagaki-0228site commented Nov 15, 2023

Regarding the second problem, it is as shown in the image.

I don't know how to solve the first problem.
Could you please explain with images?

スクリーンショット 2023-11-15 160145
スクリーンショット 2023-11-15 160109
スクリーンショット 2023-11-15 160049

スクリーンショット 2023-11-15 160153

スクリーンショット 2023-11-15 160532

@Inagaki-0228site
Copy link
Author

secondo is this?
スクリーンショット 2023-11-15 162000

this is result
スクリーンショット 2023-11-15 161954

@RoboDoig
Copy link
Contributor

The setup for the components looks correct there, seems that one or more of the Bonsai packages are not supported in your Unity installation though.

Can you let me know:

  1. The version of Unity that you are using
  2. The version of the unitypackage that you downloaded from this repo

And I will try and replicate the error on my end.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants