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

File is locked. #24

Open
kaitabuchi314 opened this issue Sep 4, 2024 · 1 comment
Open

File is locked. #24

kaitabuchi314 opened this issue Sep 4, 2024 · 1 comment

Comments

@kaitabuchi314
Copy link

For my game engine, I am using Coral. When I am running my game engine, and try to rebuild the C# project, it says the file is locked.

@Ggjorven
Copy link

Ggjorven commented Sep 4, 2024

I think that's because you're trying to overwrite a dynamic library while it is being used (I think). This is not allowed. There are ways around this. You could create a copy of the file and load that so that the 'actual' file is not being used and can be overwritten. And then re-load and copy the file again to use the new version.

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