Adding Giscus/Utteranc.es

This commit is contained in:
Gizmotronn 2022-01-26 22:55:35 +11:00
parent 62b5a111df
commit ccfa8ccc89

View File

@ -34,4 +34,17 @@ Note: Ive removed the Moralis SDK for now as it was causing compile issues wi
Im setting up a scriptable objects db, using the current player controller (with camera attached) (Ill create a new character later).
I dont know if the current one works for multiplayer, but either way lets look into a [node & python api for this later integration](https://www.youtube.com/watch?v=zd0pBsmJI8s).
I dont know if the current one works for multiplayer, but either way lets look into a [node & python api for this later integration](https://www.youtube.com/watch?v=zd0pBsmJI8s).
<script src="https://giscus.app/client.js"
data-repo="signal-k/unity-demo"
data-repo-id="R_kgDOGGIbwA"
data-category-id="DIC_kwDOGGIbwM4CAz-P"
data-mapping="pathname"
data-reactions-enabled="1"
data-emit-metadata="0"
data-theme="light"
data-lang="en"
crossorigin="anonymous"
async>
</script>