
withAsset Store





Hyperstone provides a suite of tools designed to streamline your creative process. From asset management to real-time collaboration, we've built everything you need to turn your vision into a reality. Stop fighting your tools and start building your games. Our platform is optimized for the latest engines and workflows, ensuring that your productivity stays at its peak from prototype to launch.

Protecting your data and infrastructure is our top priority. Hyperstone is built from the ground up with advanced encryption and automated threat detection, ensuring your pipeline is secure at every step.
Collaborate with team, host playtest builds, p2p and dedicated servers with anticheat enabled.
One DB service for multiplayer auth, inventory and microtransactions
Train RL bots easily. Offload compute heavy tasks to shard cloud
extends "res://scenes/levels/level.gd"
# when the player has entered boss arena
func _ready():
# start recording
ShardSDK.recording.trigger_event("metrodot_a1b2c3d4")func _on_death_timer_timeout():
# stop recording when the boss is dead
ShardSDK.recording.trigger_event("metrodot_a1b2c3d4")
# log successful recording
print("trigger_event call completed")