Skip to content

Releases: vanhaodev/unity-encryption-manager

v1.0.0

22 Apr 06:32

Choose a tag to compare

[1.0.0] - 2026-04-22

1. Via Git URL (Package Manager UI)

  1. Open Window -> Package Manager
  2. Click the + (plus) icon in the top left corner
  3. Select "Add package from git URL..."
  4. Paste the URL below:
https://github.com/vanhaodev/unity-encryption-manager.git?path=Exported/com.vanhaodev.encryptionmanager#1.0.0

2. Via manifest.json

  1. Open file:
    Packages/manifest.json

  2. Add this line into "dependencies":

"https://github.com/vanhaodev/unity-encryption-manager.git?path=Exported/com.vanhaodev.encryptionmanager#1.0.0"
  1. Save the file and return to Unity (it will auto import)