LOADING

Category
아이템: 
포스트 갯수1

(공유) UNITY object loading progress

By 개발자 SPRING | 2018년 5월 28일 | 
using System.Collections;using System.Collections.Generic;using UnityEngine;using UnityEngine.UI;public class PlayerCtrl : MonoBehaviour { public Image cursorGuageImage; private Vector3 screenCenter; private float gaugeTimer; // Use this for initialization void Start () { screenCenter = new Vector3( Camera.main.pixelWidth / 2, Camera.main.pixelHeight / 2);