Skip to content

Instantly share code, notes, and snippets.

public class SetLowRez : MonoBehaviour
{
[SerializeField] protected bool doOnAwake = true;
[SerializeField] protected int xRes = 64, yRes = 64;
private int bigXRes, bigYRes;
private bool isLowRes;
private void SetSmallResolution()