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 Unity Visual Scripting #123

Open
ron77950 opened this issue Dec 24, 2024 · 1 comment
Open

Issue with Unity Visual Scripting #123

ron77950 opened this issue Dec 24, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@ron77950
Copy link

When I try to make a build in Unity 2022.3 I get this error with Unity Visual Scripting. These files are generated by clicking Generate in Project Settings > Visual Scripting > Custom Inspector Properties.

Assets\Unity.VisualScripting.Generated\VisualScripting.Core\Property Providers\PropertyProvider_Toolbox_Editor_Folders_FolderData.cs(16,125): error CS0234: The type or namespace name 'Editor' does not exist in the namespace 'Toolbox' (are you missing an assembly reference?)

@arimger arimger self-assigned this Dec 27, 2024
@arimger arimger added the bug Something isn't working label Dec 27, 2024
@arimger
Copy link
Owner

arimger commented Dec 27, 2024

Hi, I reviewed the issue, and it appears to be a regression on Unity's site. The FolderData PropertyProvider should be generated in the Editor directory and excluded during builds. As a temporary fix, I can move it to the runtime assembly since it shouldn't impact the package.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants