AlianBlank / com.alianblank.gameframex.unity.config

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HOMEPAGE

GameFrameX 的 Config 配置表组件

Config 配置表组件 (Config Component) - 提供配置表相关的接口。

使用文档(文档编写于GPT4)

注意事项

使用方式(任选其一)

  1. 直接在 manifest.json 的文件中的 dependencies 节点下添加以下内容

       {"com.alianblank.gameframex.unity.config": "https://github.com/AlianBlank/com.alianblank.gameframex.unity.config.git"}
  2. 在Unity 的Packages Manager 中使用Git URL 的方式添加库,地址为:https://github.com/AlianBlank/com.alianblank.gameframex.unity.config.git

  3. 直接下载仓库放置到Unity 项目的Packages 目录下。会自动加载识别

About

License:Apache License 2.0


Languages

Language:C# 100.0%