CST-Unity is a Unity Package of the CST, the Cognitive Systems Toolkit, a toolkit for the construction of cognitive systems and cognitive architectures.
It's a minimal implementation for communication using MemoryStorage in Unity.
This project was developed as part of the Cognitive Architectures research line from the Hub for Artificial Intelligence and Cognitive Architectures (H.IAAC) of the State University of Campinas (UNICAMP). See more projects from the group here.
- CST-Unity: CST-Unity package
- Dependencies are automatically installed by the Package Manager
- Open the
Package Manager - Click the add + button in the status bar, select "
Add Package from git URL..." - Enter the url:
https://github.com/H-IAAC/CST-Unity.git?path=CST-Unity
- Use the same classes you would have in the standard CST. The namespace "HIAAC.CstUnity" is the C# equivalent of the Java package "br.unicamp.cst"
- There is a sample in the package that demonstrates the use of MemoryStorage
@software{Cardoso_do_Nascimento_CST-Python,
author = {Cardoso do Nascimento, Elton and Dornhofer Paro Costa, Paula},
title = {CST-Unity},
url = {https://github.com/H-IAAC/CST-Unity}
}
- (2026-) Elton Cardoso do Nascimento: M. Eng. student, FEEC-UNICAMP
- (Advisor, 2026-) Paula Dornhofer Paro Costa: Professor, FEEC-UNICAMP
Project supported by the brazilian Ministry of Science, Technology and Innovations, with resources from Law No. 8,248, of October 23, 1991
CST-Python is a code derived from main cst code.
Copyright 2026 H.IAAC
Copyright 2016 CST-Group
Licensed under the GNU LESSER GENERAL PUBLIC LICENSE, Version 3 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.gnu.org/licenses/lgpl-3.0.html
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.