Skip to content

Instantly share code, notes, and snippets.

View yosizo's full-sized avatar

katunori yosisue yosizo

  • totekoya
  • japan
View GitHub Profile
@yosizo
yosizo / barAnchor.cs
Last active December 12, 2017 03:32
uGUIでプログレスバーの動きに合わせて子要素を動かす ref: https://qiita.com/yosizo@github/items/8ce64624f598aab6a672
using UnityEngine;
using UnityEngine.UI;
public class barAnchor : MonoBehaviour
{
Image barImage;
[SerializeField]
Text textObj;