@@ -25,7 +25,7 @@ As you already know, Roslyn's source generator is too sophisticated. This framew
2525- [ ✅ TODO] ( #todo )
2626
2727
28- <p ><details lang =" en " open ><summary >📃 Table of Contents</summary >
28+ <p ><details lang =" en " -- open ><summary >📃 Table of Contents</summary >
2929
3030- [ How to Use] ( #how-to-use )
3131 - [ Method Generator] ( #method-generator )
@@ -62,13 +62,17 @@ How to Use
6262
6363Here is minimal implementation of source generator.
6464
65+ See [ API Reference] ( https://sator-imaging.github.io/Unity-AltSourceGenerator/ ) for further details.
66+
67+
6568<p ><details lang =" ja " --open ><summary ><small >日本語 / JA</small ></summary >
6669
6770最小限のソースジェネレーターの構成はこちら。` StringBuilder ` が渡されるので書き込んで ` true ` を返せば ` context.OutputPath ` に内容を書き込みます。` false ` を返せば書き込みを中止できます。
6871
6972<!-- ----- End of Details JA Tag -------> </details ></p >
7073
7174
75+
7276## Method Generator
7377
7478This example will add ` Panic() ` method to target class.
@@ -209,7 +213,6 @@ Resulting file path will be:
209213
210214
211215
212-
213216Coding Goodies
214217==============
215218
@@ -284,8 +287,8 @@ usg(MyClass.Complex); // -> global::...Dictionary<int, global::...List<global::
284287Samples
285288=======
286289
287- SceneBuildIndexGenerator
288- ------------------------
290+ ` SceneBuildIndexGenerator `
291+ --------------------------
289292
290293This sample allows you to handle scene index more efficiently.
291294
@@ -475,7 +478,7 @@ Usually, this problem happens when Unity automatically reloads updated scripts W
475478Copyright
476479=========
477480
478- Copyright © ; 2023 Sator Imaging, all rights reserved.
481+ Copyright © ; 2023-2024 Sator Imaging, all rights reserved.
479482
480483
481484
@@ -490,7 +493,7 @@ copies or substantial portions of the Software.</summary>
490493``` text
491494MIT License
492495
493- Copyright (c) 2023 Sator Imaging
496+ Copyright (c) 2023-2024 Sator Imaging
494497
495498Permission is hereby granted, free of charge, to any person obtaining a copy
496499of this software and associated documentation files (the "Software"), to deal
0 commit comments