• Stars
    star
    1,965
  • Rank 23,600 (Top 0.5 %)
  • Language
    C#
  • License
    MIT License
  • Created over 4 years ago
  • Updated 6 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

The solution that allows unity games to update in runtime. 使Unity开发的游戏支持热更新的解决方案。

JEngine

license last topLanguage status badge

Documentation »
(The documentation is yet in Chinese and can use Google Translated version from here)
·
中文页面 »

JENGINE v0.8.0f6

Alt

JEngine is an out-of-the-box framework designed for Unity developers. It encapsulates powerful functions. Beginners can also get started quickly and easily create games that can be updated in runtime.

The master branch is the latest version that the developers think can be used normally and will not have too many problems. It is recommended to use and has the most powerful functions (also it fixes the bugs in the old versions);

The 0.7.x branch is currently in use by most commercial projects, it is the most popular version in 2022 with various useful and high performance features, this branch will not be updated or maintained any more (this branch has full documentations but few official tutorial videos);

The 0.6.x branch was used by most commercial projects, it has complete content, sufficient documentation and videos, and will not be updated or maintained any more;

The 0.5.x branch is being used by some commercial projects, will not be updated or maintained;

The development branch is the development branch. You are welcome to make changes and PRs in this branch after fork, and you are also welcome to submit issues!

If you think JEngine is helpful to you, please give this framework a Star!

Requirement

  • Unity 2020.3.4+
  • .net framework 4.x / .net 4.x / net framework

Packages

Different built-in and additional packages for JEngine

Package Name Description Type Link
JEngine.Core Supports hot update in runtime.
In addition, it provides secure, high performance features.
Built-in JEngine
JEngine.AntiCheat Prevents memory hack
(i.e. using GameGuardian to dump and modify memory).
Additional JEngine.AntiCheat
JEngine.Localization Provides multi-lnguage feature in game. Additional JEngine.Localization
JEngine.Misc Additional miscellaneous features. Additional JEngine.Misc
LitJson Supports JSON serialization/deserialization
(as C# objects or JsonData)
Additional JEngine.LitJson
Protobuf-net Supports protobuf serilization/deserialization Additional JEngine.Protobuf-net
MetaJUI MetaJUI is a UI framework customized for JEngine. Of course, you can also transplant it to your own engineering projects through simple modifications. Additional MetaJUI
MetaExcelDataTool MetaExcelDataTool is an Excel table guide tool customized for JEngine. Of course, you can also transplant it to your own project through simple modifications. Additional MetaExcelDataTool

Dependencies

Stargazers over time

Stargazers over time

Contributors

v0.8.0 New Features

  • Supported WebGL
  • Removed JUI (will be redesigned shortly)
  • Optimized LifeCycleMgr performance
  • Optimized ThreadMgr features
  • Optimized JStream performance
  • Optimized JBehaviour performance
  • Optimized MonoBehaviour performance
  • Optimized FpsMonitor performance
  • Optimized CryptoMgr interfaces
  • Optimized JBehaviour/ClassBind Object/MonoBehaviour GC
  • Optimized GetComponent(s)/FindObject(s)OfType performance
  • Switched to YooAsset for asset management module (instead of Bundle Master)
  • NEW FEATURE UnsafeMgr which provides unsafe (use for optimization) features
  • NEW FEATURE UnmanagedMemoryPool which supports allocating unmanaged memory with pooling
  • NEW FEATURE CoroutineMgr which supports executing/stopping coroutines from non-MonoBehaviour class
  • NEW STRUCTURE Split JEngine source code to multiple packages

Click here to see the change log

Recommendations

  • IFramework - Simple Unity Tools
  • QFramework - Your first K.I.S.S Unity 3D Framework.
  • TEngine - Unity框架解决方案
  • BundleMaster - Unity资源加载大师
  • Nino - Definitely useful and high performance modules for C# projects, especially for Unity.

More Repositories

1

Nino

Definite useful and high performance serialization library for any C# projects, including but not limited to .NET Core apps or Unity/Godot games.
C#
454
star
2

Unity-GUI-Redis

A Unity Plugin which enhances productivity for developers who are using Redis.
C#
35
star
3

gdfh

使用JEnginev0.6.3制作的文字放置游戏——肝到发慌
C#
31
star
4

Miku

High performance TCP server/client library written in C#
C#
29
star
5

Python-POI-Spider

Python兴趣点(POI)爬虫,通过百度地图API爬取指定城市兴趣点列表,包含其:坐标、名称、联系方式
Python
20
star
6

protobuf-net-v2-for-ILRuntime

C#
19
star
7

JEngine-WebSocket-Server-Demo

C#
18
star
8

Hot-Websocket-Server

一个可以热更通讯事件/数据模型/定时器的node服务端架构,采用websocket通信 | A node server allows hot update logics/ data model / timer in runtime, using websocket protocol
JavaScript
12
star
9

DaServer

C#
11
star
10

Realtime-Socket-Chat

A realtime chat code based on C# client with Node.js Server, supports multi-chatroom; private individual chats | 基于C#客户端以及Node.js服务端的聊天室,支持多人聊天室以及私人聊天
C#
10
star
11

JAsset

JAsset是基于XAsset4.0魔改实现的Unity热更新资源管理插件,将用于JEngine框架
7
star
12

JEngine.AntiCheat

AntiCheat package for JEngine. JEngine框架的反内存修改AntiCheat扩展包。
C#
7
star
13

JEngine.Misc

Additional miscellaneous package for JEngine. JEngine框架的额外功能扩展包。
C#
1
star
14

JEngine.Docs

Document for JEngine
1
star
15

JEngine.LitJson

LitJson package for JEngine. JEngine框架的LitJson扩展包。
C#
1
star
16

JasonXuDeveloper

1
star