Code Monkey home page Code Monkey logo

appliancelib's Introduction

PlateUp! Modding Template

Using this template:
 - You can rename the ModName.csproj to your liking.
 - There are two build configurations, DEBUG and RELEASE. 
   They are identical except for a boolean value set in 
   the Mod.cs file, allowing you to easily test debug code 
   by building DEBUG vs RELEASE.
 - Build artifacts are automatically placed in the content/
   folder. When uploading your mod, select the project folder
   (i.e., the folder which *contains* content/) as your "mod
   folder."

Using asset bundles:
 - If you do not need to use asset bundles in your mod, you
   can safely delete the UnityProject/ folder.
 - Otherwise, enable asset bundle support by uncommenting
   the corresponding lines in the Mod.cs file as well as
   changing <EnableAssetBundleDeploy> to 'true' in
   ModName.csproj.
 - The Unity Project is pre-configured to make creating
   asset bundles quick and easy. Just tag your prefabs and
   other assets (sounds, JSON files, etc.) with the
   "mod.assets" bundle tag and click the
   "PlateUp!>Build Asset Bundle" option in the menu bar.
 - After building your asset bundle (which will be placed
   in content/), you will need to rebuild your C# project
   in Visual Studio by using the "Build>Rebuild Solution"
   menu option.

appliancelib's People

Contributors

depletednova avatar zeknikz avatar

Stargazers

 avatar  avatar

Watchers

 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.