Installing SymOntoClay
SymOntoClay is released under MIT License.
Please read the license before downloading and using!
SymOntoClay is developed and tested only on Windows 10.
In the future I am going to add another kinds of installers and support other platforms.
Installing CLI from source code
SymOntoClay CLI requires:
- NET 7.0
-
Clone SymOntoClay's repository to your computer.
git clone https://github.com/Symontoclay/SymOntoClay.git
You can also download source code archive from:
-
Cd to SymOntoClayCLI.
cd SymOntoClaycd SymOntoClayCLI
-
Build SymOntoClayCLI
dotnet publish --self-contained --runtime win-x64
-
Cd to directory with built result.
cd bin/Debug/net5.0/win-x64/publish
- Copy built files to target directory.
- Add the target directory to the PATH system variable. Read the instruction here.
Installing CLI from archive
-
Download archive with built CLI to your computer.
You can download this from:
- Unpack downloaded archive to target directory.
- Add the target directory to the PATH system variable. Read the instruction here.
Setting the PATH environment variable
For Windows 10 and Windows 8:
- In Search, search for and then select: "System".
- Click Advanced system settings.
- Click Environment Variables.
- In the section System Variables find the PATH environment variable and select it. Click Edit. If the PATH environment variable does not exist, click New.
- In the Edit System Variable (or New System Variable) window, specify the value of the PATH environment variable. Please check: there should be semicolon (;) between added and exising paths in the PATH environment variable!
- Click OK.
- Close all remaining windows by clicking OK.
- Restart your terminal and use SymOntoClay's CLI.
Installing components for Unity
SymOntoClay's components for Unity require:
- Unity 2022.2.8f1
- NET 7.0
SymOntoClay's components for Unity is supplied as custom unity package and hosted on Github. This is due to current project status as Proof of concept. In the future I am going to use Unity asset store.
SymOntoClay's components for Unity don't require installed CLI for run time. But CLI helps to create new projects on DSL.
-
Download components for Unity to your computer as .unitypackage.
You can download this from:
- Install downloaded package to your project using Unity's instructions.