Skip to content

tianz0607/BDFramework.Core

 
 

Repository files navigation

简介(Introduction)

Simple! Easy! Beautiful! This‘s a powerful Unity3d game workflow! Not a collection of libraries

完善的工作流,热更项目的开发,一键帮你完成~

第九第十艺术交流:763141410 (QQ Group:763141410) 点击加群

If you find a bug or have some suggestions,please make issue! I'll get back to you!
任何问题直接提issue,24小时内必解决 (有时候邮件抽风,没收到,需要在群里at下我~)
github地址: https://github.com/yimengfan/BDFramework.Core
gitee地址: https://gitee.com/yimengfan/BDFramework.Core ,速度慢下这个(顺便讨个赞)

文档(Document)

注:所有bug修复和新特性加入会先提交到Master分支。待审核期一个月,稳定则会提交Release版本

依赖的插件(Dependent plugins)

The following charging plug-ins are used. Please purchase and download them yourself.

[Odin] (https://assetstore.unity.com/packages/tools/utilities/odin-inspector-and-serializer-89041)
打包需要配置为:EditorOnly模式

贡献者名单

@gaojiexx
@ricashao
如果需要项目方案定制、技术方案定制、技术培训,可以联系 QQ:755737878

Demo:

九宫棋(带一套技能buff处理):https://gitee.com/yimengfan/TheCatChess

v2.1版本计划: To do List

V2版本已经发布!

1.全面升级为UPM管理: urp版本安装引导

  i.拷贝github中Package的BDFrame包到项目的Package下,导入Package中的Asset.package到工程Asset目录下即可   
  ii.通过UPM安装,不过npm源更新较慢  
  iii.旧版本转移到Unity2019LTS_2021.04.06分支上  

2.全面适配URP管线工作流

3.全面定制Unity Editor环境,升级编辑器操作。更便捷、人性化的开发体验

4.全面优化框架启动速度,重构部分远古代码。

5.UFlux UI工作流全面升级:更智能的值绑定、更简单的工作流、更方便的自定义扩展、DI等...

6.更全面的文档

7.商业级的Demo加入,后续会开放免费商业级项目开发教程

V1版本:框架特点(Feature)

·TDD工作流、完整的测试用例:
完整的测试用例,保证框架的稳定。

一键C#热更:
BD中对ILRuntime进行了二次改造,不用分工程、并且写了一套完善的脚本编译机制,打包工具自动搜集热更代码进行打包。
并且对常用库进行了适配.

一键版本发布:
代码、资源、表格一键打包,版本管理自动下载

完善的资源管理系统,一套API各平台自动切换:
BD抛弃了Resources目录,并且保留的用户Resources的开发习惯.
一套API自动切换,兼容AB和Editor模式.
而且有一套比较完善的AssetBundle管理机制:图集管理、自动搜集Shader、0冗余打包
并且bd做了一套精简版可寻址,无论你的Asset再Streaming或者persistent下,都能自动寻找并且加载

完善的UI工作流UFlux:
BD中有一整套完善的UI工作流(这里我们只对UI逻辑进行管理,不考虑ui制作),无论你是UGUI NGUI还是其他。
我们提供了一套UI管理、值绑定、数据监听、数据流、状态管理等一系列机制.
V2中添加了DI相关支持

SQL化表格管理:
BD中用Sqlite进行管理表格,并且提供了excel2code,excel2json,excel2sqlite等工具

发现式业务注册:
BDFrame底层提供了一套发现式的业务注册.无需以前的各种Register,只要定制好自己的标签、管理器就能被自动注册.
在此之上BD,实现了ScreenviewManger,UIManager,EventManager...等一些列管理器。
这套机制高度可扩展、可定制,使用者根据自己的需求可以实现其他的管理器
并且这个在编辑器环境下也生效的哦~ 写工具时候会很有帮助的哦~

模块管理、调度
BD给大家带来了一种开发思路,用户使用流程的Timeline(不是unity的那个timeline),
根据用户流程进行切分模块、调度,这里的模块并不是狭义的一个窗口哦~

Feature

· TDD workflow, complete test cases:
what? Dare you use a framework (library) without test cases?

· DevOps workflow:
This has to wait for a while ~

One key export C# hotfix code:
In BD, ILRuntime was re-transformed without sub-projects, and a complete script compilation mechanism was written. The packaging tool automatically collected hot code for packaging. And adapted to commonly used libraries.

One key publish:
One key publish of codes, resources, and forms, and version management is automatically downloaded There are many other things that I think are commonly used: such as the event system, what http library, what object pool is too lazy to list

A complete resource management system, a set of APIs automatically switch between platforms:
BD abandoned the Resources directory, and retains the development habits of user Resources. A set of APIs automatically switch, compatible with AB and Editor modes.

And there is a relatively complete AssetBundle management mechanism:
atlas management, automatic collection Shader, 0 redundant packaging And bd has made a set of streamlined addressable, no matter your Asset under Streaming or persistent, it can automatically find and load

Perfect UI workflow(Flux like):
There is a complete set of UI workflow in BD (here we only manage the UI logic, not considering ui production), whether you are UGUI NGUI or other. We provide a set of mechanisms for UI management, value binding, data monitoring, data flow, state management, etc.

Perfect UI workflow:
There is a complete set of UI workflow in BD (here we only manage the UI logic, not considering ui production), whether you are UGUI NGUI or other.
We provide a set of mechanisms for UI management, value binding, data monitoring, and data flow.
We expect to complete the further upgrade of the UI system in Q4 2018, hoping to create a more advanced and scientific workflow.

SQL table management:
Sqlite is used to manage forms in BD, and excel2code, excel2json, excel2sqlite and other tools are provided

Discovery business registration:
The bottom layer of BDFrame provides a set of discovery-type business registration. Without the previous various Registers, as long as you customize your own labels and managers, you can be automatically registered. On top of this, BD implements a series of manager such as ScreenviewManger, UIManager, EventManager...etc. This mechanism is highly extensible and customizable, and users can implement other managers according to their own needs And this is also effective in the editor environment~ It will be very helpful when writing tools~

Module management and scheduling:
BD brings you a development idea, the user uses the timeline of the process (not the timeline of unity), Divide the module and schedule according to the user process.The module here is not a narrow window~


There are many other things that I think are commonly used: such as the event system, what http library, what object pool is too lazy to list

About

[中]Simple! Easy! Powerful Unity3d game workflow! Unity3d framework:c# hotfix(ILRuntime)、asset manager、ui workflow、network debug... and so on

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 64.5%
  • ShaderLab 18.8%
  • HLSL 15.9%
  • GLSL 0.8%