Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 934 Bytes

readme.md

File metadata and controls

11 lines (8 loc) · 934 Bytes

CI / CD to the dangerzone

In this repository we create a showcase how you can inject external .LUA scripts into your already build and bundled game. For that we verify the files in our CI / CD with a private / public key pair. Then we drop the .LUA file onto a Cloud bucket of Firebase and the corresponding Signature file.

In our Unity project we receive the signature and .lua file and verify that the file and the signature match with the embedded public key. This allows us to execute the .lua file and be sure that the code has not been altered in the meantime.

Special Thanks

CI-CD-Dangerzone by maks

This repository is supported and sponsored by Codemagic