- 博客(3)
- 收藏
- 关注
原创 unity小问题
通过以下方式解决此问题(解决方法):编辑 → 项目设置 → 播放器 → 其他设置 → 配置 → 允许通过 HTTP 下载。设置“始终允许”...
2024-08-19 16:50:37
653
原创 unity 滑动屏幕实现对物体的移动以及缩放
// 记录手指触屏的位置 Vector2 m_screenpos = new Vector2();Vector3 oldPosition;// Use this for initialization void Start(){//记录开始摄像机的Position oldPosition = Camera.main.transform.position;}// Update is called once per frame void Update(){ if (...
2022-04-06 18:37:55
1575
1
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅