It looks like that in the constructor the components are not initialized yet so setting the material won’t work. Another solution is using PostInitializeComponents.
1 Like
It looks like that in the constructor the components are not initialized yet so setting the material won’t work. Another solution is using PostInitializeComponents.