Home

Awesome

<p align="center"> <img src="https://tippinggame-1257018413.cos.ap-guangzhou.myqcloud.com/TippingGame/Logo.png" width="256" height="256" alt="F8Framework" style="display: block; margin: 20px auto -90px;"> </p>

F8 Framework

license license license Unity Version Platform

F8 框架初衷:希望自己点击 F8,就能开始制作游戏,不想多余的事。

F8 Framework original intention: Just click F8 and start making the game, don't want to be redundant.

简介

F8 Framework是一个优雅,轻量,符合直觉的基于Unity引擎的游戏框架,组件围绕F8一键启动,不用繁琐的启动配置最低的心智负担,框架整体遵循以极少的使用成本开发游戏。

支持版本

Unity 2021.3.15f1+
构建可支持:Win / Android / iOS / Mac / Linux / WebGL / 微信小游戏(构建文档

文档快速预览 - 1分钟

----------可选功能----------

----------核心功能----------

----------第三方库(注意冲突)----------

使用步骤

推荐导入方式(可修改源码或更新)

安装git,使用git命令拉取:

git clone https://github.com/TippingGame/F8Framework.git

或者直接下载完整包,放入工程里。

也可以

在 Unity 包管理器中,使用 Git URL 添加 F8 核心包。

  1. 打开 Unity Editor

  2. 点击菜单的 Window 项,再点击 Package Manager 子项

  3. 点击左上角 + 号,选择 Add Package from git URL

  4. 输入 https://github.com/TippingGame/F8Framework.git,请确认导入成功

新手指南

视频教程

社区


INTRODUCTION

F8 Framework is an elegant, lightweight, and intuitive Game Framework based on the Unity engine. The components revolve around F8 one click startup, without the need for cumbersome startup configurations, with minimal mental burden. The overall framework follows the principle of developing games with minimal usage costs.

SUPPORTED

Unity 2021.3.15f1+
Support for building:Win / Android / iOS / Mac / Linux / WebGL / WeChat mini game(Building Documents

Quick preview of document - 1 minute

----------Optional Features----------

----------Core Features----------

----------Third Party Libraries (note conflicts)----------

IMPORT

Recommend (source code can be modified or updated)

Install Git use git command to pull:

git clone https://github.com/TippingGame/F8Framework.git

Or download the complete package, Put it into the project。

also

In the Unity Package Manager, add the F8Framework package using Git URL.

  1. Open Unity Editor

  2. Click on the Window item in the menu, then click on the Package Manager sub item

  3. Click on the + sign in the upper left corner and select Add Package from git URL

  4. Input https://github.com/TippingGame/F8Framework.git, Please confirm successful import

GUIDE