mirror of
https://github.com/unity-atoms/unity-atoms.git
synced 2025-01-22 08:08:51 -05:00
cda3353d52
Deploy website version based on 1d3d3f8607
7 lines
5.4 KiB
HTML
7 lines
5.4 KiB
HTML
<!DOCTYPE html><html lang=""><head><meta charSet="utf-8"/><meta http-equiv="X-UA-Compatible" content="IE=edge"/><title>Unity Atoms · Tiny modular pieces utilizing the power of Scriptable Objects</title><meta name="viewport" content="width=device-width, initial-scale=1.0"/><meta name="generator" content="Docusaurus"/><meta name="description" content="Tiny modular pieces utilizing the power of Scriptable Objects"/><meta property="og:title" content="Unity Atoms · Tiny modular pieces utilizing the power of Scriptable Objects"/><meta property="og:type" content="website"/><meta property="og:url" content="https://unity-atoms.github.io/unity-atoms/"/><meta property="og:description" content="Tiny modular pieces utilizing the power of Scriptable Objects"/><meta property="og:image" content="https://unity-atoms.github.io/unity-atoms/img/undraw_online.svg"/><meta name="twitter:card" content="summary"/><meta name="twitter:image" content="https://unity-atoms.github.io/unity-atoms/img/undraw_tweetstorm.svg"/><link rel="shortcut icon" href="/unity-atoms/img/favicon.ico"/><link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/styles/default.min.css"/><link rel="stylesheet" href="/unity-atoms/css/code-block-buttons.css"/><script type="text/javascript" src="https://buttons.github.io/buttons.js"></script><script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/clipboard.js/2.0.0/clipboard.min.js"></script><script type="text/javascript" src="/unity-atoms/js/code-block-buttons.js"></script><script src="/unity-atoms/js/scrollSpy.js"></script><link rel="stylesheet" href="/unity-atoms/css/main.css"/><script src="/unity-atoms/js/codetabs.js"></script></head><body><div class="fixedHeaderContainer"><div class="headerWrapper wrapper"><header><a href="/unity-atoms/"><img class="logo" src="/unity-atoms/img/atoms-icon-white.png" alt="Unity Atoms"/><h2 class="headerTitleWithLogo">Unity Atoms</h2></a><div class="navigationWrapper navigationSlider"><nav class="slidingNav"><ul class="nav-site nav-site-internal"><li class=""><a href="/unity-atoms/introduction/installation" target="_self">Installation</a></li><li class=""><a href="/unity-atoms/tutorials/creating-atoms" target="_self">Tutorials</a></li><li class=""><a href="https://www.github.com/unity-atoms/unity-atoms" target="_self">Github</a></li></ul></nav></div></header></div></div><div class="navPusher"><div class="homeMainWrapper"><div class="homeContainer"><div class="homeSplashFade"><div class="wrapper homeWrapper"><div class="inner"><div style="display:flex;justify-content:center;align-items:center"><img src="img/atom-icon-pure-purple.png" class="homeLogo" alt="Unity Atoms logo" width="82" height="82" style="margin-right:0.5rem"/><h1 class="projectTitle">Unity Atoms</h1></div><h2 style="margin-top:0.5em">Tiny modular pieces utilizing the power of Scriptable Objects</h2><div class="section promoSection"><div class="promoRow"><div class="pluginRowBlock"><div class="pluginWrapper buttonWrapper"><a class="button hero" href="/unity-atoms/introduction/installation" target="_self">Get Started</a></div></div></div></div></div></div></div></div><div class="container lightBackground"><div class="wrapper"><div style="padding-top:3rem;padding-bottom:3rem"><div class="container featureBlock"><div class="wrapper"><div class="gridBlock"><div class="blockElement alignCenter imageAlignTop threeByGridBlock"><div class="blockImage"><img src="/unity-atoms/img/box.svg"/></div><div class="blockContent"><h2><div><span><p>Modular</p>
|
|
</span></div></h2><div><span><p>Avoid scripts and systems directly dependent on each other.</p>
|
|
</span></div></div></div><div class="blockElement alignCenter imageAlignTop threeByGridBlock"><div class="blockImage"><img src="/unity-atoms/img/pen.svg"/></div><div class="blockContent"><h2><div><span><p>Editable</p>
|
|
</span></div></h2><div><span><p>Scriptable Objects makes it possible to make changes to your game at runtime.</p>
|
|
</span></div></div></div><div class="blockElement alignCenter imageAlignTop threeByGridBlock"><div class="blockImage"><img src="/unity-atoms/img/bug.svg"/></div><div class="blockContent"><h2><div><span><p>Debuggable</p>
|
|
</span></div></h2><div><span><p>Modular code is easier to debug than tightly coupled code.</p>
|
|
</span></div></div></div></div></div></div></div></div></div></div><footer class="nav-footer" id="footer"><section class="sitemap"><a href="/unity-atoms/" class="nav-home"><img src="/unity-atoms/img/atoms-icon-white.png" alt="Unity Atoms" style="width:52px;height:52px"/></a><div><h5>Docs</h5><a href="/unity-atoms/introduction/installation">Installation</a><a href="/unity-atoms/tutorials/creating-atoms">Tutorials</a><a href="/unity-atoms/subpackages/base-atoms">Subpackages</a></div><div><h5>Community</h5><a href="https://discord.gg/W4yd7E7" target="_blank" rel="noreferrer noopener">Discord</a><a href="https://gitter.im/unity-atoms/community#" target="_blank" rel="noreferrer noopener">Gitter</a></div><div><h5>More</h5><a href="https://medium.com/@adamramberg">Blog</a><a href="https://github.com/unity-atoms/unity-atoms">GitHub</a><a class="github-button" href="https://github.com/unity-atoms/unity-atoms" data-icon="octicon-star" data-count-href="/AdamRamberg/unity-atoms/stargazers" data-show-count="true" data-count-aria-label="# stargazers on GitHub" aria-label="Star this project on GitHub">Star</a></div></section><section class="copyright">Copyright © 2023 Adam Ramberg</section></footer></div></body></html> |