Skip to content

Commit

Permalink
chore: disable unity async tutorial until recipe is made (#155)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kelwan authored Aug 1, 2024
1 parent 024bbb7 commit 2fcd051
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions src/app/start/start.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,10 @@
<a routerLink="tutorials/unity/moving-block" routerLinkActive="active"
><span class="i24 mr-2">school</span>Moving Block</a
>
<a routerLink="tutorials/unity/using-async" routerLinkActive="active">
<!-- NOTE(Kelwan): Temporarily disabled until recipe for the async reference is implemented -->
<!-- <a routerLink="tutorials/unity/using-async" routerLinkActive="active">
<span class="i24 mr-2">school</span>Using Async
</a>
</a> -->
</ecsact-sidenav-section>
<ecsact-sidenav-section title="Ecsact CLI">
<a routerLink="/start/cli" routerLinkActive="active">Overview</a>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -561,8 +561,9 @@ <h2 id="conclusion">Conclusion</h2>
Hopefully this has helped you become comfortable with Ecsact in Unity enough
to try things out for yourself.
</p>
<p>
<!-- NOTE(Kelwan): Temporarily disabled until recipe for the async reference is implemented -->
<!-- <p>
If you're interested in making multiplayer games, check out the much shorter
<a href="start/tutorials/unity/using-async">using-async</a> tutorial.
</p>
</p> -->
</article>

0 comments on commit 2fcd051

Please sign in to comment.