GithubHelp home page GithubHelp logo

kamanii24 / appbuildsettings Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 44 KB

ひとつのプロジェクトで複数のアプリとして管理するときに便利なエディタ拡張です。対象プラットフォームはiOS、Androidです。

C# 100.00%

appbuildsettings's Introduction

AppBuildSettings

概要

ひとつのプロジェクトで複数のアプリとして管理するときに便利なエディタ拡張です。
各情報はビルド前処理OnPreprocessBuildで各プラットフォームのPlayerSettingsの内容を上書きます。
現在の対象プラットフォームはiOS、Androidのみです。

使い方

ツールバーの Tools/AppBuildSettings で設定ファイルを開くことができます。   Imgur   AppBuildSettingsに対象となるプラットフォームの情報を入力し、ビルドするだけです。
設定後にApplyを押すのをお忘れなく。

Imgur

ActiveTitleの変更

アプリ名やActiveTitleの数はAppBuildSettings.csの中の User Editable Area 内の項目を変更してください。  

AppBuildSettings.cs

#region User Editable Area
// アプリタイトル
public enum AppTitle
{
    App1,
    App2,
    App3,
    App4
}

public Settings[] settings = new Settings[4]
{
    new Settings { appTitle = AppTitle.App1 },
    new Settings { appTitle = AppTitle.App2 },
    new Settings { appTitle = AppTitle.App3 },
    new Settings { appTitle = AppTitle.App4 }
};
#endregion User Editable Area

ビルド環境

Unity 2017.3.1f1
macOS High Sierra 10.13.4

appbuildsettings's People

Contributors

kamanii24 avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.