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

[Bug] gaussianAsset throw Null Execption #90

Open
cym63238998 opened this issue Jan 11, 2024 · 4 comments
Open

[Bug] gaussianAsset throw Null Execption #90

cym63238998 opened this issue Jan 11, 2024 · 4 comments

Comments

@cym63238998
Copy link

Why does a 'NullException' get thrown directly when I drag an asset onto a game object with the "Gaussian Splat Render" script?

4C4D3D41-FCFD-4111-83E5-C7FCC2101DC6

@DroShown
Copy link

I had the same problem.

@aras-p
Copy link
Owner

aras-p commented Jan 24, 2024

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)

@DroShown
Copy link

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.

@YuEBuZu114514
Copy link

I met the same problem, and my editor is 2022.3.17f1c1. The solution from DroShown is useful.

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

4 participants