-
Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
graphics
Page 1 of 15
Recent Content Tagged With graphics
Page 1 of 15
A Unity ID allows you to buy and/or subscribe to Unity products and services, shop in the Asset Store and participate in the Unity community.
Hi! I am building an app that procedurally generates building meshes from the database of a big city, at the moment extruding them in real time up...
Hi, I need some tips how to solve this. In the scene, I've added a 3D capsule and a cube object. Then added some sprites objects in front of the...
Unity version 2020.3.48 I wan't to make a copy of Sprite with custom changes. When I try to create Sprite by code I can't provide...
I've found two sources saying I need to enable the depth stencil buffer (1, 2) on the render texture. The property in question is pictured in this...
I'm working in 2D Unity project. I'm trying to put an UI image with blend mode multiply over the entire screen. To accomplish this I tried...
I'm having major difficulty taking the work Sebastian did in this video: [MEDIA] And this GitHub: https://github.com/SebLague/Portals/tree/master...
I've been trying to access the metallic property in an editor script so that I can print out all of my materials with a metallic value of more...
I recently replaced all uses of Graphics.DrawMesh (marked as obsolete) with Graphics.RenderMesh in my project. My system involves rendering...
Hi, I have an application that uses two cameras (renderer to textures) and shows on two displays. And I apply a customized post-processing effect...