Verseify is the next step for game and map development.
Built specifically for Verse and Unreal Engine
using { /Verse.org/Simulation }
using { /UnrealEngine.com/Temporary/SpatialMath }
clicker_device := class(creative_device):
@editable PropManipulator : prop_manipulator_device = prop_manipulator_device{}
@editable ClickerProp : creative_prop = creative_prop{}
var AnimationKeyFrames : []keyframe_delta = array{}
OnBegin():void=
PropManipulator.DamagedEvent.Subscribe(OnPropDamaged)
InitializeAnimation()
InitializeAnimation():void=
TargetScale : float = 0.8
DownScaleKeyFrame : keyframe_delta = keyframe_delta{
DeltaScale := vector3{ X := TargetScale, Y := TargetScale, Z := TargetScale }
Time := 0.2
Interpolation := EaseIn
}
set AnimationKeyFrames = array{ DownScaleKeyFrame }
OnPropDamaged(Agent : agent):void=
if (PropAnimController := ClickerProp.GetAnimationController[]):
PropAnimController.SetAnimation(AnimationKeyFrames)
PropAnimController.Play()
Create custom Verse scripts and describe what you want to create! Watch your ideas come to life.
Verseify is specifically trained to learn Verse and code Verse. Verseify can create Verse scripts and in the future complex code.
Create Game Ideas, Learn Verse, Custom Scripts, Get Insight on Devices, Create Game Scripts and more!
Reach out to the Discord with any questions or suggestions! Open a ticket in the support section in Discord.
Empowering creators with advanced AI-powered Verse development tools.
A nice and clear pricing for all your needs.