mirror of
https://github.com/shinyflvre/Mate-Engine.git
synced 2026-07-25 08:53:33 +00:00
**Changelog 1.4.0 – THE LOCAL AI Update** **Disclaimer:** The AI runs *entirely locally* and is designed to be environmentally and ethically responsible. - It does **not** harm nature or exploit any artists. - It has only **1.5 billion parameters**, making it a **very small model** by modern standards. - It consumes as much GPU energy as watching a **1440p 60fps YouTube video**. - It was **not trained on artist data**; it uses personal input and public Wikipedia datasets. - It has its own personality, and I ensured it adheres to **ethical standards**. --- ### New Features - Added **Qwen 2.5 1.5B LLM** to MateEngine! - Press **Middle Mouse Button** while hovering over the pet to open the chat window. - Runs fully locally on your GPU — no internet connection required. - Only uses GPU while processing prompts. - Note: This is a **lightweight model** and won’t handle complex tasks or coding. It’s just a small, fun feature! - Added **Resize Button** – Quickly adjust app size for 1080p, 1440p, and 4K monitors. - Added **VRM Information Panel** – Displays polygon count, VRM version, and bone status: - **Perfect** – Properly exported model. - **Failure** – Model has export issues; animations may break. - Added **Options Submenu**. - Added **Volume Sliders** – Independently control pet, effects, and menu volume. - Added **Graphics Settings**. - Added **Dance Trails** – Glowing effects on the pet’s hands during dance. Toggle on/off as desired. - Improved **Music Source Selector** – You can now whitelist or add custom audio sources for dancing. - Added **MateEngine Version Info** – View the current app version from the menu. - Menu can now be opened with **M** key or **Right-Click**. - Added full support for **VRM 1.x** and **VRM 0.x** models. - Introduced **VRM Validator Tool** in Unity Editor – Great for content creators. --- ### Improvements & Fixes - Major **Performance Optimizations**. - Fixed a **GC Error** that could appear after 6–12 hours of continuous use. - Improved **Hand Tracking** – Reduced stuttering in some animations. - Added **Discord Rich Presence** integration. - Added **Glowing Halo** for Steam users as exclusive DLC!
30 lines
805 B
JSON
30 lines
805 B
JSON
{
|
|
"name": "com.lachee.discordrpc",
|
|
"version": "1.1.1",
|
|
"displayName": "Discord Rich Presence",
|
|
"description": "Implements the RPC Protocol for discord using Discord RPC CSharp",
|
|
"unity": "2018.4",
|
|
"documentationUrl": "https://lachee.github.io/discord-rpc-unity/",
|
|
"changelogUrl": "https://github.com/Lachee/discord-rpc-unity/commits/master",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"com.unity.nuget.newtonsoft-json": "3.0.3"
|
|
},
|
|
"samples": [
|
|
{
|
|
"displayName": "Basic Usage",
|
|
"description": "How to use the basic functionality of the discord manager",
|
|
"path": "Samples~/Rich Presence"
|
|
}
|
|
],
|
|
"keywords": [
|
|
"Discord",
|
|
"Rich Presence",
|
|
"discord-rpc-csharp",
|
|
"RPC"
|
|
],
|
|
"author": {
|
|
"name": "Lachee",
|
|
"url": "https://lachee.dev"
|
|
}
|
|
}
|