{"id":2501,"date":"2025-11-20T21:07:19","date_gmt":"2025-11-20T21:07:19","guid":{"rendered":"https:\/\/golemitegames.com\/?post_type=docs&#038;p=2501"},"modified":"2025-11-26T18:58:57","modified_gmt":"2025-11-26T18:58:57","password":"","slug":"singleton","status":"publish","type":"docs","link":"https:\/\/golemitegames.com\/index.php\/docs\/singleton\/","title":{"rendered":"Singleton"},"content":{"rendered":"\n<h2 class=\"wp-block-heading\" style=\"font-size:22px;text-transform:capitalize\">Introduction<\/h2>\n\n\n\n<p>This component is a generic singleton pattern class. It needs to be inherited from and thus produces only one Instance of this class in the world. This system uses a few Singleton patterns to make linking up and setting up easier.<br><br>If you decide to use this class in your own scripts, just be mindful that Start and Awake will not work as expected and you will need to call the following methods<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" style=\"font-size:22px;text-transform:capitalize\">Scripting<\/h2>\n\n\n\n<div class=\"hcb_wrap\"><pre class=\"prism line-numbers lang-csharp\" data-lang=\"C#\" data-show-lang=\"0\"><code>\/\/Example\nResourceAndProductionManager : Singleton&lt;ResourceAndProductionManager&gt;\n\n\/\/Here are the methods the Singleton class calls on Start and Awake. \nprotected virtual void OnAwake() { }\nprotected virtual void OnStart() { }\n\n\/\/Use them like this \nprotected override void OnStart() {}\nprotected override void OnAwake() {}<\/code><\/pre><\/div>\n","protected":false},"excerpt":{"rendered":"<p>Introduction This component is a generic singleton pattern class. It needs to be inherited from and thus produces only one Instance of this class in the world. This system uses a few Singleton patterns to make linking up and setting up easier. If you decide to use this class in your own scripts, just be [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":""},"doc_category":[46],"doc_tag":[],"class_list":["post-2501","docs","type-docs","status-publish","hentry","doc_category-resource-and-production"],"acf":[],"aioseo_notices":[],"year_month":"2026-04","word_count":113,"total_views":0,"reactions":{"happy":0,"normal":0,"sad":0},"author_info":{"name":"rickitz5h","author_nicename":"rickitz5h","author_url":"https:\/\/golemitegames.com\/index.php\/author\/rickitz5h\/"},"doc_category_info":[{"term_name":"Resource And Production","term_url":"https:\/\/golemitegames.com\/index.php\/docs-category\/resource-and-production\/"}],"doc_tag_info":[],"_links":{"self":[{"href":"https:\/\/golemitegames.com\/index.php\/wp-json\/wp\/v2\/docs\/2501","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/golemitegames.com\/index.php\/wp-json\/wp\/v2\/docs"}],"about":[{"href":"https:\/\/golemitegames.com\/index.php\/wp-json\/wp\/v2\/types\/docs"}],"author":[{"embeddable":true,"href":"https:\/\/golemitegames.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/golemitegames.com\/index.php\/wp-json\/wp\/v2\/comments?post=2501"}],"version-history":[{"count":3,"href":"https:\/\/golemitegames.com\/index.php\/wp-json\/wp\/v2\/docs\/2501\/revisions"}],"predecessor-version":[{"id":2588,"href":"https:\/\/golemitegames.com\/index.php\/wp-json\/wp\/v2\/docs\/2501\/revisions\/2588"}],"wp:attachment":[{"href":"https:\/\/golemitegames.com\/index.php\/wp-json\/wp\/v2\/media?parent=2501"}],"wp:term":[{"taxonomy":"doc_category","embeddable":true,"href":"https:\/\/golemitegames.com\/index.php\/wp-json\/wp\/v2\/doc_category?post=2501"},{"taxonomy":"doc_tag","embeddable":true,"href":"https:\/\/golemitegames.com\/index.php\/wp-json\/wp\/v2\/doc_tag?post=2501"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}