-
Notifications
You must be signed in to change notification settings - Fork 1
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
Updating to Unity 6000.0.26f1 makes editor spam errors (blitter error) #44
Comments
This usually means there have been other errors on pipeline startup. Could you send me the full log? |
And also, the bindless plugin may not initialize properly during first launch after a major codebase update. If it's the issue you're having, restarting might help. |
Looks like you don't have some of the DLL's dependencies on your machine. To narrow it down, you could put the DLL into Dependency Walker to see what's missing. |
I have just pushed a commit 522c330, which might help with the issue. It turns out that bindless plugin Release DLL were ignored after a certain refactoring, it should be fine now. |
The following error is spammed every frame after updating the project to Unity 6000.0.26f1, and nothing displays in Game and Scene view, in editor-mode or play-mode
The text was updated successfully, but these errors were encountered: