[Bug] gaussianAsset throw Null Execption
Why does a 'NullException' get thrown directly when I drag an asset onto a game object with the "Gaussian Splat Render" script?
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.
Might be improved by 17cf929cbf6c2, otherwise not quite sure how to reproduce, so closing it.