Uninomicon

Documenting the dark corners of the Unity Engine.

User Tools

Site Tools


start

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
start [2021/03/22 16:35]
73.95.178.156
start [2021/05/01 16:38] (current)
uninomiconadmin
Line 3: Line 3:
 //Documented here are the dark, scientific secrets of the Unity Engine.// //Documented here are the dark, scientific secrets of the Unity Engine.//
  
-In any complex systemthere hidden corners that go undocumented. Usually these aspects are deemed too unstable, too smallor are just considered unlikely edge cases. I find myself often doing research into these aspects of the Unity Engineand sometimes I wonder if we are not simply duplicating each otherswork.+Unity is a very complex beastand much of its behavior is undocumented. While this is often for good reason((too unstable, too experimentalprivate interfaces, etc)), many of us still find ourselves doing research into the precise operation of Unity APIs. 
 + 
 +This wiki is a place for that research. It's a place you can look //before// you start your dive into the engine's internals. Hopefully, if we work together, it will save some of us a trip. 
 + 
 +==== Usage Tips: ==== 
 +  * Most pages are named after their Unity C# counter-parts.((ie. If you want to know how Unity handles scene loading, go to [[SceneManager]])) 
 +  * You can subscribe to a page to receive email updates.((note: you'll need an account)) 
 +  * This wiki documents //unstable// features"Here be dragons" 
  
-This wiki is a place for those researched secrets. It's a place you can look *before* you start your dive into the engine's internals. Hopefully it will save some of you a trip. 
  
 ==== Contributing: ==== ==== Contributing: ====
-The goal of this wiki is not to be a replacement for the Unity Documentation. Ratherit should be a supplement. ((If information is eventually added back to the Unity Documentation, it should be removed from the Uninomicon))+To encourage contributionpages can be edited **anonymously**: just click on the buttons on the right-hand side of the page((note: the home page cannot be edited)). When contributing, please read the [[wiki:contributing|Contributor Guide]], so that I don't have to edit your submission.
  
-Contributions should largely be represented as short-form facts and explanations. Guides and tutorials are better suited for blog posts, not the Uninomicon. Pages should be easy to skim when you are researching a problem.+----
  
-Any page can be edited by clicking the buttons on the right-hand side of the page. When contributing, please keep in mind the overall readability of the page, and add headers/organization as is helpful.+===== Selected Pages =====
  
-==== Usage Tips: ==== +  * [[scenemanager|]] 
-  * Most pages are named after their Unity C# counter-parts.((ie. If you want to know how Unity handles scene loading, go to [[SceneManager]])) +  * [[library|]] 
-  * You can subscribe to a page to receive email updates, or by RSS.+  * [[globalobjectid|]] 
 +  * [[runtimeinitializeonload|]] 
 +  * [[playerloop|]]  
 +  * [[physicscallbacks|]]
  
 ---- ----
Line 22: Line 31:
 ===== Table Of Contents ===== ===== Table Of Contents =====
  
 +([[https://uninomicon.com/start?do=index|Compact Table Of Contents]])
  
 {{nsindex nons}} {{nsindex nons}}
  
  
start.1616430907.txt.gz · Last modified: 2021/03/22 16:35 by 73.95.178.156