Unite 2016 Tokyoで登壇した『Unityを使った個人ゲーム開発における「収益化」の現状と未来』の続編です。登壇者のゲーム作品『Back in 1995』の振り返りと現在の取り組みから、Unityの力によってどのように活動を拡大していったのか紹介します。また、この5年で大きく変化した、日本のインディーを取り巻く環境についてご紹介します。
・『狂気講演』から5年、あのゲームは結局売れたのか?
・日本のインディーを取り巻く環境の変化
・開発を効率化する:Unity Services事例
・インディー創作活動を持続するために必要なこと
Unite 2016 Tokyoで登壇した『Unityを使った個人ゲーム開発における「収益化」の現状と未来』の続編です。登壇者のゲーム作品『Back in 1995』の振り返りと現在の取り組みから、Unityの力によってどのように活動を拡大していったのか紹介します。また、この5年で大きく変化した、日本のインディーを取り巻く環境についてご紹介します。
・『狂気講演』から5年、あのゲームは結局売れたのか?
・日本のインディーを取り巻く環境の変化
・開発を効率化する:Unity Services事例
・インディー創作活動を持続するために必要なこと
The document contains code for several classes related to building a Unity game hierarchy and importing assets. Key points:
- The Hierarchy class contains code for displaying foldout headers to organize game objects in a hierarchy.
- The BuildRoot method builds a tree structure containing animal category names and species for display in a hierarchy.
- The CubeImporter script imports cube assets from JSON files, setting the cube position from the file data.
- Editors are created for the CubeImporter and Object classes to customize their properties in the inspector.
- The E03_StyleSheet class applies a style sheet to container elements for visual formatting.