LOADING

포스트: 1
Tags

Posts

1 post

(공유) UNITY object loading progress

개발자 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);