Hey,
i use Pixel Perfect Camera(Experimental)(LWRP) in my project and want to change some properties from other scripts, but can’t access it cause it’s not derived from monobehaviour.
Thanks.
Hey,
i use Pixel Perfect Camera(Experimental)(LWRP) in my project and want to change some properties from other scripts, but can’t access it cause it’s not derived from monobehaviour.
Thanks.
Found it! Use " namespace UnityEngine.Experimental.Rendering.Universal " for your other scripts. You can assign pixel perfect camera now.