摘要:
首先见官方文档 In most cases you should not modify the velocity directly, as this can result in unrealistic behaviour. Don't set the velocity of an object ev 阅读全文
摘要:
2d平台跳跃游戏当相机移动的时候背景跟随进行微调移动,从而使得玩家获得3d的错觉 using System.Collections;using System.Collections.Generic;using UnityEngine; public class BackGroundParallax 阅读全文
摘要:
using System.Collections;using System.Collections.Generic;using UnityEngine; public class Player : MonoBehaviour { protected ContactFilter2D contactFi 阅读全文
摘要:
1.添加IIS服务:对“我的电脑”右键,管理,点击服务和应用程序,如果下面没有”Internet Information Services(IIS)管理器“,打开控制面板,点击程序,启用或者关闭Windows功能,选择Internet Information Services。 2.添加网站:打开I 阅读全文