Skip to content

Instantly share code, notes, and snippets.

@FozerG
FozerG / ScaleFactorAdjuster.cs
Created June 29, 2024 20:29
Unity script to correct scale factor different from 1
// by FozerGames.
// Special thx to ChatGPT ^_^
using UnityEditor;
using UnityEngine;
using UnityEditor.SceneManagement;
using System.Collections.Generic;
public class ScaleFactorAdjuster : EditorWindow
{