This repository has been archived by the owner on Dec 13, 2023. It is now read-only.
Releases: ConstellationLanguage/Constellation
Releases · ConstellationLanguage/Constellation
cassiopeia
Fixed link deleted on middle mouse.
Fixed error when live editing a disabled gameobject
Cassiopeia
New features.
- Added error popup.
- Nodes can be drag en dropped.
- Added create constellation when right clicking on project window.
- Added Quit node.
Improvements
- Node selector window can be resized
- Updated the flappy bird example and fixed bugs in the project.
Refactoring:
- Cleaned editor scripts.
Fixes
- Fixed memory leaks with sender and receiver nodes.
- Removed Warnings in editor for transform and audio source node.
Capricornus
New features.
- Added live documentation.
- Added teleport in/out node to avoid using links.
- Added tags. For now it's used for tutorials.
- Added an error message if a documentation does not exist on a node.
- Added GetComponent, GetVar, SetVar nodes to communicate with a C# code.
- Added Color node.
- Added character controller node.
Improvements
- Added documentation for most of the nodes.
- Added Flappy bird example to the build (Just in the build not in the repo)
Refactoring:
- Refactored live editor. Now a constellation works like a prefab.
- Refactored ConstellationEditorWindow.
Fixes
- Fixed issues with live editor.
- Removed Warnings in editor.
Orion
- Optimized the editor.
- Added mechanim node, reflection nodes, Raycast, look at and more.
- Added a play button to the examples (not finished). Next version you will be able to hit play and see a live example.
- Fixed some issues with live editor.
- Removed try catch in the editor script.