• Hi Guest!

    We are extremely excited to announce the release of our first Beta for VaM2, the next generation of Virt-A-Mate which is currently in development.
    To participate in the Beta, a subscription to the Entertainer or Creator Tier is required. Once subscribed, download instructions can be found here.

    Click here for information and guides regarding the VaM2 beta. Join our Discord server for more announcements and community discussion about VaM2.

Search results for query: *

  • Users: fabio
  • Content: Threads
  • Order by date
  1. F

    Plugin focused event

    Hi. I wonder if it is possible to implement an event that is called every time the plugin is displayed/focused/activated on the screen. I would like to update a plugin each time it receives focus (I just want to get rid of an eventual Sync button if possible). MonoBehavior has an...
  2. F

    Plugins + Scripts (Extended) VR Controllers

    fabio submitted a new resource: (Extended) VR Controllers - Move and rotate objects using thumbstick VR axis control Read more about this resource...
  3. F

    Paid Poses Essential Poses Booster Pack Collection

    fabio submitted a new resource: Essential Poses Booster Pack Collection - A selection of the most essential poses for Pose Manager Read more about this resource...
  4. F

    Paid Poses Essential Poses Booster Pack #2

    fabio submitted a new resource: Essential Poses Booster Pack #2 - A selection of the most essential poses for Pose Manager Read more about this resource...
  5. F

    Paid Poses Essential Poses Booster Pack #1

    fabio submitted a new resource: Essential Poses Booster Pack #1 - A selection of the most essential poses for Pose Manager Read more about this resource...
  6. F

    Paid Plugins + Scripts Mocap Player + Mocap Setup

    fabio submitted a new resource: Mocap Player + Mocap Setup - Load mocap animations without changing the scene, optionally with assets Read more about this resource...
  7. F

    Plugins + Scripts Bookmarks

    fabio submitted a new resource: Bookmarks - Bookmarking system for the web browser Read more about this resource...
  8. F

    Plugins + Scripts Morph Editor

    fabio submitted a new resource: Morph Editor - Morph Editor for Virt-A-Mate Read more about this resource...
  9. F

    Using DLL's

    Is it possible to compile and deploy .net or .netcore libraries for VaM? I'm compiling simple classes derived from MVRScript and no matter what version of .net or .netcore I try to compile them I get the following error after I try to load them This is a huge limitation, I had planned to...
  10. F

    Paid Plugins + Scripts Pose Manager

    fabio submitted a new resource: Pose Manager - Change the poses for one, two or more characters without changing the scene, optionally with objects Read more about this resource...
  11. F

    Paid Plugins + Scripts Disguise

    fabio submitted a new resource: Disguise - Apply appearances from any scene to the currently selected person Read more about this resource...
  12. F

    Paid Plugins + Scripts Spawn

    fabio submitted a new resource: Spawn - Spawn people and objects from other senes Read more about this resource...
  13. F

    Load scene dialog

    when I press the Load Scene button from VaM, the dialog box shows all the scenes, those from Saves/scene and those inside AddonPackages folder (VARs). Can I replicate this dialog in a script? I'm using SuperController.singleton.GetMediaPathDialog(...) which allow me to select only one directory...
  14. F

    Loading an Asset

    I've been following MacGruber's guide Unity AssetBundles for VaM and I have created an AssetBundle that contains a custom .otf font. Now I want to load the AssetBundle back but I can't. using UnityEngine; public override void Init() { //...
  15. F

    Getting gui control from callback function

    Hi. I'm finishing some plugin but I need help with an issue. I have an indeterminate number of people on a scene (any scene) and I need to setup an UIDynamicPopup for each one. So from the code below, is there any way to get 'i' inside the callback functions? I can resolve this by creating a...
  16. F

    Cannot cast to FreeControllerV3

    I'm working on a script where I need to find all FreeControllerV3 inside a given sphere. I can find the names with the following code Collider[] hitColliders = Physics.OverlapSphere(Object.control.position, 0.5f); foreach (var hitCollider in hitColliders) {...
  17. F

    Plugins + Scripts Basic gamepad support

    fabio submitted a new resource: Basic gamepad support - Basic gamepad support for VAM Read more about this resource...
  18. F

    Two issues (newbie)

    Hello, I've been using VaM for a week and I am having a blast. I'm using Desktop mode, I don't even need to imagine how cool it must be on VR. I have 2 issues and seeking for some help 1) Can absolute coordinates be used when I move any object, I mean relative to the world? The coordinates of...
Back
Top Bottom