
API
Coding小宇
这个作者很懒,什么都没留下…
展开
-
Dealing with Scale in AR
During our talk at Unite Austin 2017, we brought up scaled content and why you would want it. We also discussed why you would not want to scale the content itself, but use “camera-tricks” to do the sc...转载 2018-04-04 15:09:34 · 313 阅读 · 0 评论 -
Unity3D VidoePlayer 加载StreamingAssets下视频
using System.Collections;using System.Collections.Generic;using UnityEngine;using UnityEngine.UI;using UnityEngine.Video;public class VideoPlayerControl : MonoBehaviour{ public VideoPlayer ...原创 2018-05-07 10:33:50 · 26148 阅读 · 5 评论