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

Package fails to compile. Missing 'GluonGui' namespace not included. #13

Open
ErnSur opened this issue Nov 9, 2024 · 2 comments
Open

Comments

@ErnSur
Copy link

ErnSur commented Nov 9, 2024

The Runtime/Simulation/Simulation.cs contains line

using GluonGui.WorkspaceWindow.Views.WorkspaceExplorer.Configuration;

it causes the compiler error:

Packages/com.shijbey.anansi/Runtime/Simulation/Simulation.cs(1,7): error CS0246: The type or namespace name 'GluonGui' could not be found (are you missing a using directive or an assembly reference?)

@ShiJbey
Copy link
Owner

ShiJbey commented Nov 21, 2024

Just saw this issue. It's from an unused using statement in one of the files. I'll put out a patch.

@ShiJbey
Copy link
Owner

ShiJbey commented Nov 23, 2024

Just pushed an update that should fix it. Try updating your Anasi version in your manifest.json file to 0.5.1.

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

No branches or pull requests

2 participants