Ресурсы Unity Asset Store
The Lost Crypt – 2D Sample Project is a 2D side-scrolling demo that showcases Unity’s 2D-specific tools working in unison. The project walks you through features such as 2D Animation, 2D Sprite Shape, 2D Tilemaps, 2D Lights, Shader Graph for 2D, Secondary Textures, and Volume postprocessing. See this blog post to learn more about the project.
Lost Crypt demonstrates Unity’s 2D features.
If you’re new to Unity, also check out the Asset Store team’s top picks for new users. Unity GitHub repository The Unity Technologies GitHub repository has a number of projects demonstrating specific features or topics. Not all projects run with the latest version of Unity, but you can use the Hub to install the matching Unity version. Many repositories are still Experimental or in Preview, so you can evaluate new features for your next production.
Here are few notable projects: —
Boss Room is a small-scale cooperative game sample project built on top of the new experimental netcode library and the MLAPI. It’s designed to help you explore the concepts and patterns behind a multiplayer game flow with access to one dungeon level with four character classes to work on gameplay battling stylized enemies and the eponymous boss.
Boss Room
The Unity Machine Learning Agents Toolkit (ML-Agents) is an open source project that enables games and simulations to train intelligent agents for 2D, 3D, and VR/AR applications. Researchers can also use the provided Python API to apply reinforcement learning, imitation learning, or other machine learning methods to in-game actors.
ML-Agents toolkit