• Hi Guest!

    We have posted a new VaM2 dev log on Patreon, starting a monthly cadence of written progress updates between Beta releases. Highlights include the new Gizmos System, Selection Carousel, and Modes System with Context-Specific Editing. Beta1.2 is 15 of 21 items complete.

    Read the full post on Patreon, or follow progress on the public Trello roadmap.

Recent content by Battou

  1. B

    Plugins + Scripts koboldlink

    Great! Thank you! Will go and try it out.) And thanks for a great asset for VaM!
  2. B

    Plugins + Scripts koboldlink

    Function calling is not working for me for some reason. First I get an error in Koboldcpp: Body Err: b'{"max_context_length": 4096, "max_length": 18,"memory":"", "prompt":"\\n### Instruction:\\nGiven the dialog between Master and Lizi, determine the best available function from the list that...
  3. B

    Plugins + Scripts koboldlink

    Hi. Great asset! But I have a question. Is it possible to use STT with Koboldcpp TTS? I see that Koboldcpp has STT using whisper. But the record mic in VAM plugin UI gives me an error.
  4. B

    Solved Unity assetboundle with objects with scripts?

    Yeah, you are right, it was because of AssemblyInfo, forgot to check it. Thank you.)
  5. B

    Solved Unity assetboundle with objects with scripts?

    So I have tried it. And I have a problem. VAM getting stuck at loading AssetBoundle, "Loading please wait" forever in CUA. If I uncheck load DLL then it loads, but without scripts. Here is my DLL code, it works in Unity. using System.Collections; using System.Collections.Generic; using...
  6. B

    Solved Unity assetboundle with objects with scripts?

    Great! Thanks! Will try.)
  7. B

    Solved Unity assetboundle with objects with scripts?

    Great! Thank you very much! Will go through it. I'm pretty able C# coder (its my job actually), but have little experience with codding for VAM.
  8. B

    Solved Unity assetboundle with objects with scripts?

    Does objects that have scripts attached to them will retain their parameters values if script is loaded using DLL? For example I have 3 objects with the same script but different parameters. How do I do this in VAM?
  9. B

    Solved Unity assetboundle with objects with scripts?

    Is there any way to create assetboundle for VAM with objects using scripts attached to them?
Back
Top Bottom