🎉 Celebrating 25 Years of GameDev.net! 🎉

Not many can claim 25 years on the Internet! Join us in celebrating this milestone. Learn more about our history, and thank you for being a part of our community!

Advertisement

Latest untiy3d Activity

I have the following code trying to test out rendering mesh manually with Unity 2020.1 using URP (I commented out mesh generation since I know that works):

    public class DrawMeshTestMB : MonoBehaviour {
      [SerializeField]
      private int _width;

      [SerializeField]
      private int _he…
6,402 views
Advertisement
Advertisement
Advertisement