Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cursedprograms/unity-advanced-template
https://github.com/cursedprograms/unity-advanced-template
ai artificial-intelligence batch gemini-api python unity
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/cursedprograms/unity-advanced-template
- Owner: CursedPrograms
- License: mit
- Created: 2024-08-24T16:04:26.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-10-20T16:25:44.000Z (24 days ago)
- Last Synced: 2024-10-20T19:26:16.058Z (24 days ago)
- Topics: ai, artificial-intelligence, batch, gemini-api, python, unity
- Language: Markdown
- Homepage: https://cursedprograms.github.io/Unity-Advanced-Template/
- Size: 35.2 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Twitter: @NorowaretaGemu](https://img.shields.io/badge/[email protected]?style=flat)](https://x.com/NorowaretaGemu)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
# Unity-Advanced-Template
### Clone Synthia
https://github.com/SynthWomb/Synthia-Unity
```bash
git remote add synthia https://github.com/SynthWomb/Synthia-Unity.git
git fetch synthia
git checkout main
git merge synthia/main --allow-unrelated-histories
git commit -m "Merged from Synthia-Unity repository"
```
#### Install Python
```bash
pip install -q -U google-generativeai
```
```bash
export API_KEY=
```
### Clone ConfederateAI
https://github.com/CursedPrograms/ConfederateAI
```bash
git remote add confederateAI https://github.com/CursedPrograms/ConfederateAI.git
git fetch confederateAI
git checkout main
git merge confederateAI/main --allow-unrelated-histories
git commit -m "Merged from ConfederateAI repository"
```