-
Notifications
You must be signed in to change notification settings - Fork 246
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
[Bug] gaussianAsset throw Null Execption #90
Comments
I had the same problem. |
I could see that this could happen if your are on a GPU that does not support compute shaders (i.e. your GPU is more than 10 years old), or if Unity editor is set to a platform that does not support compute shaders (e.g. WebGL). What is the current editor platform? (indicated in the title bar) |
Thank you very much! In my case, the editor is 2022.3.2f1, which is unlikely to be a course of error. I finally solved the problem by simply unchecking&checking the game object because I noticed that the err was located in initialization of the code. Hope it works. |
I met the same problem, and my editor is 2022.3.17f1c1. The solution from DroShown is useful. |
Why does a 'NullException' get thrown directly when I drag an asset onto a game object with the "Gaussian Splat Render" script?
The text was updated successfully, but these errors were encountered: