Red Runner, Awesome Platformer Game. gameopen-sourcegamesunityplatformerunity3dgame-2dfreefantasyplatform-gameunity3d-gamesunity-gameunity-2dinfinite-runneropen-source-gameunity3d-gameopensource-game UpdatedOct 1, 2023 C# nvjob/Infinity-Square-Space ...
Unity is a game development platform used to build high-quality 3D/2D games that can deployed across mobile, desktop, VR/AR, consoles, or the web. Here are 55 public repositories matching this topic... Language:All Sort:Most stars
项目简介:基于 Unity 的塔防示例游戏,此项目主要用来上手和学习基于 Unity 引擎的游戏框架GameFramework。
using UnityEngine; using System.Collections; /// /// 开始或退出游戏 /// public class GameOverScript : MonoBehaviour { // Use this for initialization void Start() { } // Update is called once per frame void Update() { } void OnGUI() { const int buttonWidth = 120; const int but...
Your Privacy Choices (Cookie Settings) "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere. Other names or brands are trademarks of their respective owners....
cat=208&s=unity1、DrFlower/TowerDefense-GameFramework-Demo基于Unity的塔防示例游戏,此项目主要用来...
除此之外,再给大家分享几个不在上面合集里,是我日常浏览GitHub时发现的Unity开源项目。 1.ml-agents Star:13.8K img Unity 机器学习代理工具包 (ML-Agents) 是一个开源项目,它使游戏和模拟成为使用深度强化学习和模仿学习训练智能代理的环境。 2.3d-game-shaders-for-beginners ...
https://github.com/Unity-Technologies/com.unity.services.samples.use-cases 集合中的一个样本就是关于A/B 测试的。用户可以将玩家划分为多个测试组,通过控制变量来确定哪一种游戏要素对玩家来说最具吸引力。本案例中受测要素是升级所需的经验值,特别适合用于单人游戏的 alpha 测试。同时,UGS 产品在 A/B 测试...
Unity 开发框架 QFramework 的内建资源管理模块 Reference: https://github.com/liangxiegame/ResKit Game Framework.Resource Unity 开发框架 Game Framework 内建的一套完整的异步加载资源体系(仅保留异步加载资源的接口)。 Reference: Game Framework.Resource ...
https://github.com/lettier/3d-game-shaders-for-beginners.git 运行示例代码需要先build 如果你想运行示例代码,首先要先build。根据不同平台安装对应版本的Panda3D。其次,Clone项目repo,进入目录,开始编译。 Linux: g++-c main.cxx-o 3d-game-shaders-for-beginners.o-std=gnu++11-O2-I/usr/include/python...