Core
Extension of JsonAsAsset that fetches almost every referenced asset for you, hands-free.
Install / Use
/learn @Tectors/CoreREADME
<div align="center">
<a href="https://github.com/Tectors/Core">
<img src="https://github.com/user-attachments/assets/7b63e502-3d05-4e44-b812-dcce708d6d04" width="824.652778" height="496.527778"/>
</a>
</div>
</br>
<div align="center">
</div>
Description
Core is an extension of JsonAsAsset that fetches almost every referenced asset for you, hands-free.
Licensing
This project is licensed under the Apache 2.0 License. We make use of open-source libraries created by many talented developers.
For detailed license information and third-party attributions, please refer to:
- The Licensing directory
- The THIRD_PARTY_NOTICES.md file
To simplify distribution, all license texts have been consolidated into a single NOTICE file.
Table of Contents
<a name="installation"></a>
How to Use
- Visit the Releases Page:
Go to the Releases page, and download the latest release. - Setup the Application:
Follow the setup process. - Start a new Profile:
Go to the Profiles tab (bottom left) and load a profile, or create one. - Profit.
<a name="commands"></a>
Git Commands
Clone
git clone https://github.com/Tectors/Core --recursive
Build
dotnet publish Source/Core -c Release --no-self-contained -r win-x64 -o "./Release" -p:PublishSingleFile=true -p:DebugType=None -p:DebugSymbols=false -p:IncludeNativeLibrariesForSelfExtract=true
Update Libraries
Dependencies\update_libraries.bat
Update Lisence After Changes
python .github/Licensing/main.py
