Giter Club home page Giter Club logo

easy-adv's Introduction

Easy ADV

Unityで ADVを作成する際に Fungusを使ってより簡単に作成できるようにするためのライブラリです。

使い方

シナリオ環境

  1. GoogleSheet をコピーする
  2. 以下のように3つのフォルダを作成する
  • sounds
  • characterImage
  • backgroundImage

img.png

  1. フォルダのIDを取得して、GoogleSheetのApps ScriptのAutoUpdatePulldown.gs の変数を作成したフォルダIDに変更する
const characterImageFolder = "1JbdOEpA5ES2Rq9OqeNr2X98HyHu8ZTTg"
const backgroundImageFolder = "1TeW1IFjPKufBB9b-a9-BTDtJU9PSXIMe"
const soundFolder = "1pXyls5L5T_uWcw4lJyOtoCtXtm-8GynC"

  1. Apps Scriptをデプロイして、ウェブアプリURLを取得する

Unity環境

  1. EasyADV.unitypackageをダウンロードする
  2. Fungus.unitypackageをダウンロードする
  3. Unityプロジェクトに1,2,UniTaskを追加する
  4. Tools/EasyADV/Setupを実行して、開発環境をセットアップする。
  5. 以下のフォルダに画像、音声を配置する
    • Asset/EasyADV/CharacterImage
    • Asset/EasyADV/BackgroundImage
    • Asset/EasyADV/Sound

6ScenarioSheetData.csの以下の変数を設定する

public static class ScenarioSheetData
{
  public const string SheetURL =
      "SheetURL";

  public const string MainSheet = "シート名";
}

7Google Sheetにシナリオを記載後、UpdateScenarioFromGoogleSheetUpdateボタンを押す

easy-adv's People

Contributors

ayutaz avatar

Stargazers

 avatar  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.