Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature currently requires accessing the site using the built-in Safari browser.
Hi Guest!
Please be aware that we have released a critical security patch for VaM. We strongly recommend updating to version 1.22.0.7 using the VaM_Updater found in your installation folder.
Details about the security patch can be found here.
Hi All!
In my plugin I want to make a possibility to see thumbnails when the user opens the file browse dialog (like VaM person appearance dialog can: it shows a .jpg file with the same name as a preview).
For that I use code like following:
string ext = "custom"; // "json", "vap",... work fine...
Hello everyone!
I want to add a On click-Listener to an UIbutton from my script using the following code:
Atom uiButtonAtom = SuperController.singleton.GetAtomByUid(uiButtonName);
Transform buttonTransform = uiButtonAtom.transform.Find("reParentObject/object/rescaleObject/Canvas/Button")...
How can I trigger the MacGruber Relay plugin (from MacGruber LogicBricks) attached to a Person from my C# script/plugin?
Unfortunately, I did not find an example of such code. But I would like to have this option, since in this case there is no need to write all actions in my C# script.
Lofi music, Coding while a cute girl looks at you and gives you a handjob
Think about supporting me.
Credits
AcidBubbles.Passenger.4 By: AcidBubbles
AcidBubbles.Timeline.280 By: AcidBubbles
AshAuryn.Assorted_Expressions_Pack_2.latest...
Hey guys !
@meshedvr (or anyone who found a way to implement canvas properly) I'm trying to come up with two tiny plugins : one that allows you to add subtitles, another that allows you to fade in and out the view... and my code is based on canvas. No matter what I try (layer, sorting order)...