摘要:
搞了一个下午,踩各种坑,下面记录一下踩坑过程 创建pythonapp的模板后,在项目文件夹的urls.py中写(index.html为主页面,hello.html是要跳转的页面) from django.urls import path, include from pyapp import view 阅读全文
摘要:
第一种方法:使用Input.GetAxisRaw()方法 Input.GetAxisRaw是在UnityEngine里的内置方法,其用法为 using UnityEngine; using System.Collections; public class ExampleClass : MonoBeh 阅读全文