Decal Bagel
Results
4
issues of
Decal Bagel
is there a way to access the default depth texture? needed to sample it in a material. just want to set the sampler for the material in JS. don't feel...
enhancement
https://docs.unity3d.com/2019.2/Documentation/ScriptReference/TypeCache.html
``` c# try { Convert.ChangeType(string, typeof(Param)); } catch (InvalidCastException) { Console.WriteLine("invalid cast"); } ```
enhancement