Is there any difference between HDRP Decal Projector and Decal Projector? Or just API outdated?
I’m asking because I want to access HDRP Decal Projector in my script, but I can’t.
DecalProjector _decalProjector = GetComponent<DecalProjector>();
Is there any difference between HDRP Decal Projector and Decal Projector? Or just API outdated?
I’m asking because I want to access HDRP Decal Projector in my script, but I can’t.
DecalProjector _decalProjector = GetComponent<DecalProjector>();
I receiving NullReferenceException: Object reference not set to an instance of an object …