02-19-2025 02:08 PM
Hey creators! We’ve released a comprehensive technical reference for Meta Horizon Worlds that should make your dev life much easier.
What is it?
The Meta Horizon Creator Manual is a community-sourced, Meta-endorsed, guide that documents core systems including gizmos, scripting, physics, entities, networking, grabbables, attachables, and more. It's a go-to reference when you want to know how parts of Meta Horizon work or what some of the TypeScript does (the guide focuses on horizon/core).
Note: the Creator Manual is not a tutorial; it is a technical manual focused on answering technical questions about Horizon and its "engine". For tutorials and introductory content, visit the creator documentation site.
When you'll want it and how to use it
Any time you are wondering "how does this system work?" or "what does this property do?" or "how do these APIs interact?" then you should open up this doc. It has a thorough table of contents at the top you can use to jump around. And at the bottom of the doc there is a list of every CodeBlockEvent and every TypeScript symbol in horizon/core; you can use those sections to jump around the doc as well.
Forum posts
If you find an error in the guide, want to recommend an edit, have a question, or feel that there is information missing, create a post in this forum including the relevant details. Please be specific about the section you are referring to and the edits you would make; if you are suggesting a new section, please describe where it would go, what it would cover, and why it isn’t covered by other existing resources. Be sure to include the Creator Manual label any time you post in the forum about the guide. Thanks!
Have fun building. We hope this helps!
02-20-2025 05:58 PM
@wafflecopters wrote:
community-sourced, Meta-endorsed
I loved that.
02-21-2025 07:02 AM
Thank you to all of you who put this together! It will be a helpful resource.
02-23-2025 01:04 PM
This looks great. It’s also very long and I’m having issues scrolling through it. It would be wonderful if there were also a .pdf version available for download.
02-23-2025 01:08 PM
I wish I had come up with that line. It's great!
02-23-2025 03:11 PM
Is it just me, or can you not scroll the table of contents until you have reached the _END_ of the main document? That seems... non ideal.
02-23-2025 03:12 PM
There is a really great markdown version that has links even within the diagrams. Alas, it is not publicly available yet (perhaps never?)
02-23-2025 04:30 PM
I have asked met a about if there's anything we can do with the markdown or the PDF or to even see if we can keep updating... We'll see.
02-23-2025 05:07 PM
I cannot scroll the TOC. And it disappears after I scroll down a bit in the document. I can’t even use the links in the TOC. So that’s why I was asking about a .pdf.
02-23-2025 05:48 PM
Hmm... they allowed me to attach the PDF of the TS conventions doc, mostly because they have yet to update the learn site with the latest edits.