Alpha 0.2.1 Major Release | Disclaimer: This update is being released in an earlier state so users can help pinpoint timing issues within the code and polish issues, I'd recommend waiting a week if you want the full quality experience for a hotfix/fast patch to come out. The game DOES require a single sign in to download the game and setup the AI. The game sends 0 data online as promised, nor does AI run online. It's all on your PC. VR will be coming in one week after this release!

Added Content

  • (Game) Added small intestines internals
  • (Game) Added large intestine internals
  • (Game) Connected Large Intestine to current Anus
  • (Game) Added Warp ability to player
  • (Game) Added Grappler ability to player
  • (Game) Added RLGL and Maze to Main Scene
  • (Game) Created InteractionManager that handles all vore, teases, scene changes, and mini-games.
  • (Game) Created MiuAnimationManager which handles all animation weight and animation scene setup.
  • (Game) Added Debug Console
  • (Game) Added Miu's World Launcher as a required entity to launch the game
  • (Game) Added Launcher_Settings.json and left it configurable for users who want advanced settings
  • (Game) Added Extremely experimental VR (If you use VR, report bugs or it will stay buggy! My VR broke)
  • (Game) Added MANY debug keys, changing miu's clothes, removing panties, fly, infinite stamina, spawning in food items
  • (Game) Added Disposal
  • (Game) Added womb internals (Currently only teleport after unbirth)
  • (Game) Added Cock Vore internals (Currently only sleeping scene waiting for animation)
  • (Game) Added Futa
  • (Game) Added breast vore internals (Currently only sleeping scene waiting for animation)
  • (Game) added femboy mode
  • (Game) Added ability to talk to Miu with voice or text (Local Only)
  • (Game) Added text to Speech (Local Only)
  • (Game) Gave Miu the ability to talk to the player
  • (Game) Added full tour
  • (Game) Added boot scene to handle VR setup, AI cache setup, input wiring, and other cache data, it preloads the main menu immediately so it's ready to switch without a loading screen. This should fix a lot of lag people had on lower end PCs, if not please make a bug report.
  • (Game) Allowed the player's messages to change Miu's final intent.
  • (Game) Miu now can change her intent based on player actions.
  • (Game) Added eating scene! Miu randomly selects food or the player on the plate and eats them. Currently it's a little bare bones.
  • (Game) Added way more feature toggles. These persist across all scenes. You can now turn off piss in the toilet scene and keep disposal or simply turn both off.
  • (Game) added Miu facial expressions
  • (Game) added the ability for Miu to talk using her mouth and actually made it correct. It's not RNG. I had to turn it off for some scenes cause it shouldn't play during vore animations. Though it's AI, and it's not good to let it queue and try to refire if we ever add APIs in the future. At least for now.
  • (Game) added breast milk (WIP)
  • (Game) added cum in the balls (WIP)
  • (Game) added womb fluid (WIP)
  • (Game) made it so certain abilities are removed during chase state to keep the heart of the game.
  • (Game) added custom drawn custom text box~
  • (Game) added currently empty face box (I just don't know how to make it look good ;w;)
  • (Game) added free to use mic icons for red and green~
  • (Game) added new animations
  • (Game) added pleasure point system
  • (Game) added AI customization tab
  • (Launcher) Launcher created with an auto updater, auto launcher updater, AI installer, Python/git installer, and fully easy to setup UI and wizard.
  • (Launcher) Consoles created for AI baked into the launcher and hid their original consoles.
  • (Launcher) Allow you to toggle all 3rd party software directly in the launcher on and off.
  • (Launcher) Nep created and designed the beautiful launcher's UI, thank her for all her hard work.
  • (Launcher) Creates a few files to help run the Unity game, such as voices folder, VR toggle, and a few settings required for the full experience
  • (Launcher) And more
  • (Website) New Layout
  • (Website) New feedback hub for feature suggestions and bug reports so we aren't relying on a poor system for it such as Discord Threads.
  • (Website) Added Launcher

Changes

  • (Game) Miu can no longer spot the player without certain conditions being met.
  • (Game) FULL refactor of MiuAI
  • (Game) FULL refactor of the player controller
  • (Game) FULLY turned the game into a state machine operated game rather than relying on any timing issues caused by coroutines, in preparation of adding multiplayer.
  • (Game) Refactored the main menu, removed a bunch of scripts no longer being used, added more toggles
  • (Game) Removed supporters page temporarily as Patreon does not auto populate making such a tab a true challenge.
  • (Game) Changed tongue shape
  • (Game) Change stomach squeeze from 30 minutes -> 15 minutes
  • (Game) removed TV scene from the things miu can do while in stomach.
  • (Game) updated sound to include her voice
  • (Game) removed rotation in main scene as it was causing many issues that need to be fixed
  • (Game) More options for Miu
  • (Game) Feeding scene when ran from alpha starts a minigame (unpolished)
  • (Game) Changed stomach to have folds
  • (Game) Stomach new texture
  • (Game) Controls menu rework to allow users to change keybinds on controller and M+K
  • (Game) Removed all debug keys
  • (Game) Changed pipeline to uRP
  • (Game) Added blendshapes to the current intestine to push the player out
  • (Game) Added more stomach animations. Including one to push the player out into the intestines
  • (Game) Changed normal texture on stomach, pussy, and anus to work with uRP
  • (Game) Switched from rewired to new unity input system for better VR support
  • (Game) Sleeping scene now acts as a true sandbox. She can swallow you, some fluid will spawn in, and no forced targets besides the swallow animation are in play.
  • (Game) Approaching Miu's Sexual parts will make them open as they yearn for you
  • (Game) Now compiles into IL2CPP
  • (Game) Merged all animators into one animator
  • (Game) MeshUpdater on certain scenes (like sleeping) is proximity based now. Otherwise your FPS isn't there.
  • (Game) Sleeping scene approaching certain areas open them for player entry.

Bug Fixes/Other

  • (Game) Fixed Miu grabbing you through walls
  • (Game) Fixed a ton of layering animator issues
  • (Game) Fixed Miu grabbing you outside of chase state
  • (Game) Fixed anus triangle issue
  • (Game) Fixed pussy position
  • (Game) Fixed pause menu not returning to the original pause menu on unpause and repause.
  • (Game) Fixed cursor showing when attaching player to the swallow trigger
  • (Game) Fixed animation trigger in the feeding scene when food goes down. Removing a warning
  • (Game) Fixed weird tongue spike
  • (Game) Fixed a blendshape being offset making her facial expression a lil strange in all scenes. Unsure if it was before convert
  • (Game) Fixed a shader issue that caused a compile error
  • (Game) Fixed all layers and tags that broke from the Unity 6 update that fixed a security flaw
  • (Game) Fixed her swallow loop caused by Stomach Open
  • (Game) Fixed the stomach so food items properly digest over an X amount of time rather than indefinitely
  • (Game) Fixed bug that caused food to grow giant and unbound to Miu's Stomach root
  • (Game) and many, many, many many more.