✔ This project is now maintained on this repository if you are searching for an up-to-date version.
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
- Object importer
- Level importer
- Level edition
- Download Unity 2020.3.35f1 at the official Unity Website
- Download the Vectorier Unity Editor project
- Extract the zip file
- Open the project in Unity Hub
- 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 inspector, enter your file path in the "Vector File Path" textbox to the Vector directory (where the executable game is)
- Modify the preference to your likings.
- Then go to Vectorier > BuildMap