@@ -79,17 +79,9 @@ <h1 class="post-detail__title">Odin を導入してみた</h1>
7979 < p class ="post-detail__description "> チームで Odin 導入時にハマったポイントと対処方法</ p >
8080 < p class ="post-detail__tags "> < a class ="tag " href ="../blog.html?tag=unity "> unity</ a > < a class ="tag " href ="../blog.html?tag=plugin "> plugin</ a > < a class ="tag " href ="../blog.html?tag=tool "> tool</ a > </ p >
8181
82- < div class ="post-actions " aria-hidden ="false ">
83- < button type ="button " class ="btn btn--icon btn-like " data-post-id ="blog_00002 " aria-pressed ="false " aria-label ="いいね ">
84- < span class ="icon-like " aria-hidden ="true "> ❤</ span >
85- < span class ="like-count "> 0</ span >
86- </ button >
87- < button type ="button " class ="btn btn--icon btn-bookmark " data-post-id ="blog_00002 " aria-pressed ="false " aria-label ="ブックマーク ">
88- < span class ="icon-bookmark " aria-hidden ="true "> 🔖</ span >
89- </ button >
90- </ div >
91-
92- < div class ="share-buttons ">
82+ < div class ="post-header-actions " aria-hidden ="false ">
83+ < div class ="post-header-actions__left ">
84+ < div class ="share-buttons ">
9385 < p class ="share-buttons__title "> SHARE</ p >
9486 < ul class ="share-buttons__list ">
9587
@@ -113,6 +105,20 @@ <h1 class="post-detail__title">Odin を導入してみた</h1>
113105
114106 </ ul >
115107 </ div >
108+ </ div >
109+ < div class ="post-header-actions__right ">
110+ < div class ="post-actions ">
111+ < button type ="button " class ="btn btn--icon btn-like " data-post-id ="blog_00002 " aria-pressed ="false " aria-label ="いいね ">
112+ < span class ="icon-like " aria-hidden ="true "> ❤</ span >
113+ < span class ="like-count "> 0</ span >
114+ </ button >
115+ < button type ="button " class ="btn btn--icon btn-bookmark " data-post-id ="blog_00002 " aria-pressed ="false " aria-label ="ブックマーク ">
116+ < span class ="icon-bookmark " aria-hidden ="true "> 🔖</ span >
117+ </ button >
118+ </ div >
119+ </ div >
120+ </ div >
121+
116122 </ header >
117123 < section class ="post-detail__body markdown-body reveal-on-scroll "> < p > こんにちは!パン君です。</ p >
118124< p > 今回はインディーズのプロジェクトで < strong > Odin Inspector</ strong > を導入した際に起きたトラブルと、そのときに行った対処についてまとめます。</ p >
@@ -280,7 +286,10 @@ <h2 id="まとめ">まとめ</h2><p>今回の Odin 導入で学んだことを
280286< p > Odin はカスタムインスペクターやエディタ拡張まわりでかなり強力なツールなので、< br > 一度チームで安定して導入できる形が作れると、 < strong > 次以降のプロジェクトがかなり楽</ strong > になります。</ p >
281287< p > 今後は実際にどんな機能を Odin で作っているか(属性ベースの Editor 拡張や、Data 管理の工夫など)も、< br > 別の記事で書いていければと思います。</ p >
282288</ section >
283- < div class ="share-buttons ">
289+
290+ < div class ="post-header-actions " aria-hidden ="false ">
291+ < div class ="post-header-actions__left ">
292+ < div class ="share-buttons ">
284293 < p class ="share-buttons__title "> SHARE</ p >
285294 < ul class ="share-buttons__list ">
286295
@@ -304,6 +313,20 @@ <h2 id="まとめ">まとめ</h2><p>今回の Odin 導入で学んだことを
304313
305314 </ ul >
306315 </ div >
316+ </ div >
317+ < div class ="post-header-actions__right ">
318+ < div class ="post-actions ">
319+ < button type ="button " class ="btn btn--icon btn-like " data-post-id ="blog_00002 " aria-pressed ="false " aria-label ="いいね ">
320+ < span class ="icon-like " aria-hidden ="true "> ❤</ span >
321+ < span class ="like-count "> 0</ span >
322+ </ button >
323+ < button type ="button " class ="btn btn--icon btn-bookmark " data-post-id ="blog_00002 " aria-pressed ="false " aria-label ="ブックマーク ">
324+ < span class ="icon-bookmark " aria-hidden ="true "> 🔖</ span >
325+ </ button >
326+ </ div >
327+ </ div >
328+ </ div >
329+
307330 < div class ="post-detail__nav post-detail__nav--bottom "> < a href ="blog_00001.html " class ="btn btn--prev "> ← ブログはじめました</ a > < a href ="../blog.html " class ="btn btn--back "> ← ブログ一覧へ戻る</ a > < a href ="blog_00003.html " class ="btn btn--next "> Odin でコンテキストエ… →</ a > </ div >
308331 </ article >
309332 </ div >
0 commit comments