Skip to content
This repository has been archived by the owner on Dec 13, 2023. It is now read-only.

Releases: ConstellationLanguage/Constellation

cassiopeia

17 Jun 17:16
Compare
Choose a tag to compare
cassiopeia Pre-release
Pre-release

Fixed link deleted on middle mouse.
Fixed error when live editing a disabled gameobject

Cassiopeia

17 Jun 00:45
Compare
Choose a tag to compare
Cassiopeia Pre-release
Pre-release

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

18 Apr 03:33
7c6cdf9
Compare
Choose a tag to compare
Capricornus Pre-release
Pre-release

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

31 Jan 02:56
Compare
Choose a tag to compare
Orion Pre-release
Pre-release
  • 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.