Skip to content

Commit e425dbf

Browse files
committed
Lattice version 0.4.0
1 parent 3196483 commit e425dbf

File tree

6 files changed

+10
-2
lines changed

6 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## [0.5.0] - 2024-05-08
7+
## [0.4.0] - 2024-05-08
88
This is the first public version of Lattice.
99

1010
### Compiler

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,21 @@ Lattice is a visual gameplay programming system for Unity's ECS. It aims to be:
55
- **Performant**: Lattice is compiled directly to .NET IL.
66

77
## Status
8-
Lattice is in preview and currently being used in production for Pontoco's upcoming projects. As improvement are made, new versions will be published to this public repository.
8+
Lattice is in **preview** and currently being used in production for Pontoco's upcoming projects. As improvement are made, new versions will be published to this public repository.
99

1010
Follow along with development on the [Unity Forum Thread](https://forum.unity.com/threads/lattice-visual-scripting-for-ecs.1508402/), or on [Discord](https://discord.com/invite/Qx4aX6Xkxr).
1111

1212
## Installation
1313
Add this git repository in the Unity Package Manager.
1414

15+
## Usage
16+
1. Create a Lattice Script in the project view (Create -> Lattice Script)
17+
2. Add a Lattice Executor Authoring component to a gameobject in a subscene, and attach the graph.
18+
19+
Optionally, enable debugging with the Menu Item: Lattice -> Options -> Disable Debugging.
20+
21+
For more information, watch the [Overview Video](https://www.youtube.com/watch?v=W_PapQ_o2Pw).
22+
1523
## Package Assemblies
1624
- Lattice.Runtime: This is the core Lattice compiler and executor. It also contains the serialized asset formats for graphs.
1725
- Lattice.StandardLibrary: A default set of nodes and extensions that projects can use. Most common nodes are exposed here.

Runtime/Lattice.Runtime.dll

0 Bytes
Binary file not shown.

Runtime/Lattice.Runtime.pdb

-4 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
-4 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)