Skip to content

FlipThoseTitle/Vectorier-Unity-Editor

 
 

Repository files navigation

Vectorier Unity Editor

Vectorier-Unity-Editor is an level editor for the game Vector using the Unity Engine.

A Discord server is open for the project : https://discord.com/invite/pVRuFBVwC2

image

Features

  • Object importer
  • Level importer
  • Level edition

Installation

Usage

  • First, open any unity scene
  • In the hierarchy tab, click on the "ScriptManager" gameobject
  • If you want to import objects in your level :

    • In the inspector, enter in the "Object To Convert" textbox you wish to convert (The list of object is located in Assets > XML > objects.xml)
    • Then go to Vectorier > Convert from object.xml
    • NOTE : Most of the Vector's necessary assets are already pre-configured, located in Resources Folder.
  • If you want to import a map :

    • (If you don't see a script called "Show Map" in the inspector, add the script located at Assets > Scripts > ShowMap on the "ScriptManager" gameobject)
    • In the inspector, simply enter the name of the level you wish to import EX. CONSTRUCTION_BONUS_01
    • Then go to Vectorier > Render object sequence
  • If you want to build a map :

    • In the project settings, head to the Vectorier tab and enter your file path in the "Game Directory" box to the Vector's directory (where the executable game is located)
    • Addtionally for non-steam version, you can also make a game shortcut, and then enter your file path in the "Game Executable Path" to the shortcut. (eg. C:\Program Files (x86)\Steam\steamapps\common\Vector\Vector.exe - Shortcut)
    • Modify the preference to your likings.
    • Head to Vectorier menutab, there will be a different method of Building your Map, choose one from your preference.
      • BuildMap - Slow, Small File Size
      • BuildMap (Fast) - Fast, Big File Size
      • BuildMap XML Only

Packages

These are the quality of life tool included to make mapping more easier.

  • Life Easer 1.5 from Thelastcube
  • Cutscene Pack
  • Movement Visualizer and reversed version from kubinka0505

About

Level editor for Vector using the Unity editor.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 98.5%
  • Clean 1.5%