コガネブログ

平日更新を目標に Unity や C#、Visual Studio、ReSharper などのゲーム開発アレコレを書いていきます

【Unity】RectTransform の Inspector に小数点以下の誤差を丸めるボタンを追加できる「RectTransformEditor」紹介

はじめに

「RectTransformEditor」を Unity プロジェクトに導入することで
RectTransform の Inspector に小数点以下の誤差を丸めるボタンを
追加できるようになります

使い方

f:id:baba_s:20181223205100g:plain

  • Round Point
    • そのオブジェクトの RectTransform の誤差を丸めます
  • Round Point (with children)
    • 子オブジェクトも一緒に RectTransform の誤差を丸めます