May 11, 2026
Highrise Studio is the creator tool for building 3D Worlds, games, and interactive social experiences inside the Highrise platform. It uses Unity for building environments and Lua for scripting interactions, then connects to Highrise’s publishing and monetization systems through tools like Studio Hub and Creator Portal. Creators install the software on a PC or Mac, build their World, test it, upload it, and release it so millions of Highrise players can visit. No prior game development experience is required to start, though more complex Worlds demand Lua scripting knowledge.
Highrise is a virtual world where people create avatars, socialize, trade fashion items, and explore interactive spaces. But where do those spaces come from? Many are built by creators, regular users who decided to go from visiting Worlds to making them. The tool they use is Highrise Studio.
This guide explains what Highrise Studio is and how it works, from the initial definition through the full creation pipeline, what you can build, whether you need coding skills, how publishing works, and how creators can earn from their Worlds.
Highrise Studio is the development environment for creating 3D Worlds, games, and interactive experiences on the Highrise platform. It works with Unity for designing the visual environment and Lua for scripting custom interactions. Creators use it to build everything from social hangouts to multiplayer games, then test, upload, and publish their work so Highrise players can find and visit it.
Think of it this way: Highrise is where players meet and play. Highrise Studio is what creators use to build the spaces those players visit.
The official Highrise support center defines it as a development tool for creating 3D games and interactive worlds, running on Unity with Lua scripting support source. That description is accurate, but it undersells what Studio really represents. Highrise Studio is not just a building tool. It is a bridge between game creation and an existing social platform with avatars, a marketplace, events, voice chat, and a creator economy already in place.
If you want to see what creators have already built, you can explore published Worlds directly in Highrise.
The single biggest point of confusion for newcomers is the relationship between these three terms. They are connected but distinct.
| Term | What it is | Example |
|---|---|---|
| Highrise | The social avatar world people play in | Create an avatar, join rooms, chat, trade items, attend events |
| Highrise Studio | The creation tool for builders | Build a 3D cafe, minigame, quest, or roleplay map |
| World | A published 3D experience made with Studio | A farm, fashion runway, obstacle course, club, or game |
| Asset | A reusable building block for Worlds | 3D prop, script, UI element, model |
| Creator Portal | Management dashboard for published work | Add thumbnails, release builds, view analytics |
Worlds deserve extra attention. They are custom 3D environments created with Highrise Studio that can include interactive elements, custom logic, multiplayer features, and in-world purchases source. A World is not just a decorated room. It can be a fully functional game with quests, leaderboards, NPC characters, shops, and progression systems.
Assets are the building blocks creators share and reuse. These include 3D models, scripts, objects, and UI components that can be published to the Asset Catalog source.
Worth noting: building Worlds in Studio is a different creator path than designing avatar clothing. Avatar item creation uses separate tools like Highrise Ideas and Highrise Concepts. Studio is specifically for 3D Worlds and interactive experiences.
Understanding how Highrise Studio works means following the path from installation to a live, playable World. Here is the workflow broken into clear steps.
Studio Hub is the launcher and project manager. It prompts creators to install the required tools, including Unity Hub and the correct Unity Editor version source. Think of Studio Hub as your control center. Everything starts here.
Studio Hub guides you through installing Unity Hub, activating a Unity license, and getting the right Unity Editor version. Optionally (but recommended), install VS Code with the Studio Tools extension for better Lua scripting support.
A note for beginners: forum discussions on the Highrise Create Forum mention that Unity license errors and project-opening failures are real pain points during initial setup source. If you hit a version or license error, check the official release notes and make sure you are using the exact Unity version that Studio Hub requires.
Creators can start from templates or open existing projects from Studio Hub. The official getting-started guide walks users through creating a new project, choosing a Basic Template (or another template), naming it, and loading it in Unity source. Templates give you a working starting point rather than a blank screen, which matters a lot for first-timers.
This is where the visual creation happens. Creators use the Unity Editor to place objects, adjust lighting, shape terrain, modify materials, and construct the spaces players will walk through. Unity is the workshop where the World takes physical shape.
Lua scripts define what happens when players interact with the World. Doors opening, points updating, NPCs moving, shops working, leaderboards tracking progress, these behaviors all come from Lua. Highrise’s scripting documentation makes clear that Lua is the supported scripting language and that C# scripts cannot be used for Highrise Studio experiences source.
This is a critical distinction. Even though Studio runs through Unity (which normally uses C#), all game logic for Highrise Worlds must be written in Lua.
Testing happens in two places. Creators can test directly in Unity using the Play button for quick iteration. But certain systems, like payment handlers for in-world purchases, require building the project and testing inside the Highrise app itself source.
Publishing is not a single button press. The flow includes uploading from Unity, fixing any Project Validator errors, adding metadata (description, thumbnail, category, tags), assigning a version number, and releasing the World source. Creators can update later by uploading a new version.
After publishing, creators use the Analytics Dashboard to track retention, engagement, in-world purchase data, and room ownership metrics source. They can also promote their World through World Advertisements in the Highrise feed and Directory source.
This last step is what separates a published World from a successful one.
To build a mental model of how Highrise Studio works as a system, it helps to think in five layers. No existing documentation presents it this way, but the framework makes the relationship between components much clearer.
| Layer | What it covers | Plain-English explanation |
|---|---|---|
| Tool layer | Studio Hub, Unity, VS Code, Studio Package | The software stack you install before building anything |
| World layer | 3D scenes, assets, environments | The visual space players enter: cafes, clubs, farms, games |
| Logic layer | Lua scripts, Studio API | The rules that make things happen: doors open, shops work, scores update |
| Publish layer | Upload, Project Validator, Creator Portal, versioning | The process that turns a Unity project into a playable Highrise World |
| Growth layer | Analytics, World Ads, engagement payouts, Payments API, World Wallet | The tools creators use after launch to grow, improve, and earn |
The official documentation describes three core components: Studio Hub (project and version management), Studio Tools (VS Code extension for coding assistance), and Studio Package (the core package with assets, tools, and plugins connecting Unity to Highrise) source. Those three fit neatly into the tool layer, but the full picture extends far beyond installation.
A useful analogy: Studio Hub is the launcher, Unity is the workshop, Lua is the rulebook, and Creator Portal is the publishing dashboard.
The range of possible Worlds is broad. Official documentation lists hangout spaces, cafes, clubs, obstacle courses, minigames, adventure maps, roleplay environments with NPCs, interactive shops, quests, and leaderboards source.
Here is a practical way to categorize World types:
| World type | What it is | Why it works in Highrise |
|---|---|---|
| Social hangout | Cafe, club, lounge, book club | Built for chat, friendship, and return visits |
| Event space | Fashion runway, open mic, contest room | Taps into Highrise’s community and event culture |
| Skill game | Obstacle course, race, trivia | Gives players a reason to compete |
| Roleplay world | School, city, fantasy map | Supports identity, storytelling, and social play |
| Progression game | Farm, quest system, leaderboard challenge | Encourages repeat sessions |
| Shop or gated experience | Paid access, item unlocks, special areas | Connects creative design to monetization |
A PocketGamer.biz interview with Pocket Worlds CEO Anton Bernstein gave specific examples of what creators want to build: karaoke tournaments, fashion shows with buy-ins, speakeasy card games, gardening experiences, obstacle courses, and open mic nights source. Those examples show how Highrise Studio is being used to respond to social trends faster than any traditional studio could.
Practitioners on Reddit report that the quality of user-built Worlds varies significantly. One user summarizing the newer Highrise experience noted that some Worlds feel basic while others are genuinely interactive, citing farm and fishing-style experiences as standouts source. Studio gives creators powerful tools, but the quality of a World depends entirely on the creator’s design, testing, and community understanding.
This is the most common question from curious players considering Highrise Studio. The honest answer is: it depends on what you want to build.
Official support states that anyone with a PC or Mac can use Highrise Studio. It is free to use and designed for both beginners and experienced developers. No prior Unity or coding experience is required source.
That is true for getting started. A simple hangout space can be mostly visual, built by placing objects and adjusting the environment in Unity without writing much code. But here is the reality: the more interactive your World becomes, the more you will rely on Lua scripting, Unity basics, and Highrise Studio APIs. A game with quests, shops, rewards, leaderboards, or NPCs needs real scripting work.
Forum posts on the Highrise Create Forum illustrate this well. One beginner trying to implement player teleportation mentioned being new to programming and asked for a video tutorial because the documentation alone was not enough source. Lua debugging is also a genuine learning curve, with release notes mentioning improved error reporting and bug fixes related to scripts and timers source.
If you are starting from zero, this sequence works better than jumping into a complex project:
The temptation is to plan a massive multiplayer RPG. Resist it. Build small, learn, iterate.
Here is the requirements checklist:
If you do not already have a Highrise account, download Highrise first and spend some time exploring existing Worlds. Understanding what players enjoy will make you a better builder.
Getting from a Unity project to a live World involves more than saving a file. Here is the publish flow:
Your World then appears under the Worlds tab in the Highrise app, where players can discover it source.
This process matters more than it might seem. Players discover Worlds through Highrise’s browsing surfaces, so your thumbnail, description, category, and tags directly affect whether anyone clicks. And the first-session experience (what happens in the first 30 seconds after someone enters) determines whether they stay.
Monetization is one of the main reasons people research what Highrise Studio is and how it works. The platform offers several earning channels.
Engagement-based payouts are the primary mechanism. Creators receive Earned Gold based on how much time Highrise+ (HR+) subscribers spend in their World. These payouts are settled daily source. To qualify, Worlds need at least a 50% rating and genuine HR+ subscriber engagement.
In-world purchases (IWP) let creators sell access, items, perks, or features inside a World using the Payments API source. This is where creative game design meets direct monetization.
World Wallet allows creators to store and manage Gold inside Worlds and award it to players through game mechanics source. This enables prize pools, event incentives, and reward systems.
Tipping and bot tips provide additional community-driven income streams.
Creator Exchange is the cash-out path. Earned Gold can be converted to real money after reaching 35,000 Earned Gold source.
GamesBeat reported that Highrise has surpassed $250 million in marketplace sales since 2019, connecting the milestone to player creation and creator tools source. That number reflects the broader Highrise economy, not just Studio, but it shows the scale of the platform creators are building for.
A word of caution: earnings are not guaranteed. They depend on the quality of your World, how many HR+ subscribers visit and stay, and how well your monetization design adds value without feeling extractive. Reddit discussions about Highrise frequently mention player sensitivity to spending pressure and pay-to-look dynamics source. The best in-world purchases should feel like optional value, not a toll booth.
To understand the broader economy your Worlds will exist within, including Gold, items, and trading, take a look at the Highrise shop and item catalog.
Highrise Studio gives you the tools. Whether a World succeeds depends on design decisions that go beyond technical skill. The strongest Worlds answer five questions:
Why would someone enter? Clear theme, event, reward, activity, or social reason. A World with no obvious purpose gets skipped.
What do they do in the first 30 seconds? The spawn point, visual clarity, and first interaction matter enormously. If a player lands and has no idea what to do, they leave.
Why would they stay for 5 to 15 minutes? Chat, a minigame, a challenge, roleplay prompts, a quest, a fashion show, a hangout loop. There needs to be something to do, not just something to look at.
Why would they come back tomorrow? Progression, leaderboards, daily rewards, scheduled events, recurring community presence, new content drops, social commitment. Retention is where the real value lives, both for players and for creator earnings through engagement payouts.
How does the creator learn and improve? Analytics from Creator Portal (retention, engagement, IWP data) combined with community feedback, forum support, and iteration source.
Practitioners on Reddit reinforce this. In a thread about making friends on Highrise, multiple users mentioned game rooms as the places where friendships form. One user explained that hosting or joining game rooms led to seeing the same people repeatedly, which turned into genuine social connections source. The takeaway for builders: design for repeated social attendance, not just a one-time visit.
The Highrise community page is a good place to understand the social dynamics that drive successful Worlds.
For creators evaluating platforms, here is how Highrise Studio fits alongside other tools:
| Platform | Creator model | Scripting and building | Key difference from Highrise Studio |
|---|---|---|---|
| Highrise Studio | Build Worlds for Highrise | Unity + Lua, publish through Creator Portal | Tied to Highrise’s social, avatar, and fashion economy |
| Roblox Studio | Build Roblox experiences | Roblox engine, Luau scripting | Larger general UGC game platform with broader audience source |
| IMVU Create | Make avatar products, rooms, furniture | IMVU creator tools | More catalog and product-commerce oriented source |
| Second Life | Build objects, scripts, virtual goods | Built-in tools, LSL scripting | Older open-ended virtual world source |
| Unity alone | Build standalone games and apps | C#, full Unity engine | No built-in audience, avatar economy, or social publishing layer |
The distinction that matters most: Highrise Studio is platform-specific UGC creation, not a general-purpose game engine. The value is not just the tools. It is publishing directly into a platform with tens of millions of registered users, an avatar system, a marketplace, social features, and a creator economy already running. A PocketGamer.biz interview reported more than 40 million registered users and $250 million in marketplace transactions at the time of publication source.
“Is Highrise Studio the same as Highrise?”
No. Highrise is the social avatar app. Highrise Studio is the creator tool for building Worlds and experiences within it.
“Does Highrise Studio replace Unity?”
No. It works with Unity. Creators use the Unity Editor alongside Highrise’s Studio tools and packages.
“Can I use C# for scripting?”
No. Lua is the only supported scripting language for Highrise Studio experiences. C# cannot be used source.
“Can I build from my phone?”
No. Highrise Studio requires a Windows or Mac computer. Mobile devices are not supported for Studio source. You can play Highrise and visit Worlds on mobile, but building requires a desktop.
“Do all Worlds automatically earn money?”
No. Monetization depends on eligibility requirements, genuine engagement from HR+ subscribers, and the creator’s own monetization setup.
“Is building a World the same as designing avatar clothing?”
No. Studio is for 3D Worlds and interactive experiences. Avatar item creation uses separate pathways like Ideas submissions and design contests.
If you have read this far, you understand what Highrise Studio is and how it works. The next step depends on where you are right now.
If you have never used Highrise, start there. Download Highrise and spend time visiting Worlds, exploring the social features, and understanding what makes some spaces compelling and others forgettable. Building for a platform you actively use produces much better results.
If you already play Highrise and want to start creating, download Studio Hub from the official documentation site, follow the setup process, and create your first project from a template. Start small. A simple cafe with one interactive element teaches you more than a month of planning a project you never finish.
For desktop players who prefer PC, Highrise is also available through the Steam hub.
Check the Highrise blog regularly for creator updates, new features, and platform news that affects Studio workflows and monetization.
Yes. Highrise Studio is free to use and designed for both beginners and experienced developers source. You need a free Highrise account, a PC or Mac, and an internet connection.
No. Studio requires a Windows or Mac computer. Mobile devices are not supported for building in Studio source. You can play and test Worlds on mobile, but creation happens on desktop.
Lua. Even though Studio works through Unity (which normally uses C#), all game logic for Highrise experiences must be written in Lua source.
Yes. Unity is part of the core workflow. Studio Hub guides you through installing Unity Hub and the correct Unity Editor version during initial setup source.
Start with a simple hangout or one-room minigame. A cafe with one interactive object, a small obstacle course, a fashion runway, or a trivia room are all good first projects. Official documentation lists these among the example World types source.
Yes, through multiple channels: engagement-based payouts from HR+ subscriber time in your World, in-world purchases via the Payments API, tipping, and Earned Gold cash-out through Creator Exchange source. Earnings depend on your World’s quality, engagement, and eligibility. They are not guaranteed.
Both are creator tools for user-generated experiences, so the comparison is fair at a high level. But Highrise Studio is platform-specific to Highrise, uses Unity plus Lua rather than a proprietary engine, and publishes into a social avatar world with its own fashion economy and community culture. Roblox Studio serves a larger, more general gaming audience with different monetization mechanics source.
The official Highrise Create documentation covers most technical questions. The Highrise Create Forum is where creators ask specific implementation questions and share solutions. Highrise also runs an official Discord server where builders can connect with other creators and get community support.
© 2026 Pocket Worlds. All rights reserved.
Company