GodotPrivacyPlugin

Introduction: Godot Android 隐私政策启动页
More: Author   ReportBugs   
Tags:

此源码包括 sdk 与 godot 两部分的完整项目,下载后导入到 4.2 版本的引擎中便可使用。

  • 支持引擎版本:Godot 4.2+

安装方法

  1. 复制项目本目录下 plugin\demo\addons\GodotPrivacyPlugin 文件内全部内容到你的 add 项目中或者自行编译整个项目。
  2. 编译命令:./gradlew assemble,编译后的所有东西都在 plugin\demo\addons\GodotPrivacyPlugin
  3. 打开项目设置-插件-启用 GodotPrivacyPlugin。
  4. 项目导出时在自定义构建 中勾选启动。
  5. 导出配置中取消勾选显示在 App 库中与作为启动器 App 显示。

参数说明

{
    "textPath":"res://test.txt", //隐私协议文本路径
    "backgroundColor":"#F2F2F2", //背景颜色
    "contentColor":"#2E5266", //内容背景颜色
    "textColor":"#F2F2F2", //内容文本颜色
    "agreeBtn":{
        "color":"#70C1B3", //同意按钮颜色
        "textColor":"#0f0f0f" //同意按钮文本颜色
    },
    "cancelBtn":{
        "color":"#F25F5C", //取消按钮颜色
        "textColor":"#F2F2F2" //取消按钮文本颜色
    }
}
Apps
About Me
GitHub: Trinea
Facebook: Dev Tools