Giter VIP home page Giter VIP logo

madenplay-editor's Introduction

MadeNPlay editor

Editor tools for creating games based on the MadeNPlay platform.
MadeNPlay is a platform for creating multiplayer games in unity.

Requirements

  • Netcode for GameObjects 1.4.0
  • com.unity.nuget.newtonsoft-json

Getting started

  • place the MadeNPlayEditor folder in your assets folder
  • click Window/MadeNPlay/Setup
  • create a script with the name GameHandler and the following method
public void SetupGame(LobbyData lobbyData)
{

}
  • add a script to a new gameobject and make a prefab out of it
  • use it as the starting point of your game

Export

To export you need:

  • take all your network objects and add it to addressables with the label specified in CONSTANTS.NETWORK_PREFAB_LABEL
  • add your prefab with the GameHandler script to addressables as well, but only with the label specified in CONSTANTS.GAME_HANDLER_LABEL
  • build your project

Click Window/External Resource Loader/Show

  • Click build
  • Click copy dll and in the menu that opens, go to buildFolderName/projectName_Data/Managed/youProjectDll (default Assembly-CSharp)
  • Open resources folder and check that your dll and addressable data folder are in place

Click Window/Game creator

  • in the window that opens, fill in all the fields
  • to create teams, click Create/MadeNPlay/New Team in Project explorer- â ïîëå Teams äîáàâüòå ýòè êîìàíäû
  • in the `Build directory' field, specify the location of the addressables data folder
  • in the Dll path field, specify the location of your dll

Roadmap

  • Custom file format
  • Simplification of the game export stage
  • Support netcode for gameobjects version above 1.4.0
  • Support dedicated servers

Related

MadeNPlay client

madenplay-editor's People

Contributors

edward-khaymanov 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.