UnioGame / UnioGame.UniBuildCommands

Additional Commands for commnads based build pipeline for Unity

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How To Install

Add to your project manifiest by path [%UnityProject%]/Packages/manifiest.json new Scope:

{
  "dependencies": {
      "com.unigame.buildpipeline.commands" : "https://github.com/UnioGame/UnioGame.UniBuildCommands.git",
      "com.littlebigfun.addressable-importer": "https://github.com/UnioGame/unity-addressable-importer.git",
      "com.unigame.unityspreadsheets" : "https://github.com/UnioGame/UniGame.GoogleSpreadsheetsImporter.git",
      "com.unigame.coremodules": "https://github.com/UnioGame/UniGame.CoreModules.git",
      "com.unigame.fluentftp": "https://github.com/UnioGame/FuentFTP.git",
      "com.unigame.unibuildpipeline" : "https://github.com/UnioGame/UniGame.UniBuild.git",
      "com.unigame.google.api.v4" :  "https://github.com/UnioGame/google.api.v4.git",
      "com.unigame.symlinker" : "https://github.com/UnioGame/UniGame.SymLinker.git"
  }
}

UniBuild.Commands

Additional Commands for commnads based build pipeline for Unity

Contents:

  • Addressables Commands
  • Distribution Commands
  • WebRequest Commands
  • FTP Commands
  • AddressablesImporter Commands
  • Android Commands

Android Commands

Android Debug Symbols Rezip

Rezip your debug symbols into smaller one with only selected android architectures

About

Additional Commands for commnads based build pipeline for Unity

License:MIT License


Languages

Language:C# 100.0%