[Entities 0.17]
In this video I am going to show you how did I set up the Unity project for this game.
00:00 Introduction
00:15 Selecting the right Unity version
01:23 Package manager configuration
01:50 Installing the URP package
02:55 Installing the com.unity.entities package
03:15 Installing the com.unity.rendering.hybrid package
03:50 About the com.unity.dots.editor package and the entity conversion options
05:33 Installing the com.unity.physics package
07:24 Creating the URP settings for the project
08:08 Configuring domain reload for DOTS
09:39 Installing the com.unity.dots.editor package
10:35 Configuring the DOTS physics engine
11:44 Closing words
Links I found useful when I was making the video:
Entity Component System Package
https://docs.unity3d.com/Packages/com...
DOTS Project Setup
https://docs.unity3d.com/Packages/com...
Hybrid Renderer Package
https://docs.unity3d.com/Packages/com...
DOTS Releases - Latest Release: DOTS 0.17
https://forum.unity.com/threads/dots-...
Notice on DOTS compatibility with Unity 2021.1
https://forum.unity.com/threads/notic...
How to add a 'ConvertToEntity checkbox' to all GameObject inspectors?
https://forum.unity.com/threads/how-t...
Entity Component System Samples - GitHub repository
https://github.com/Unity-Technologies...
The Pinball Mansion is a pinball simulation game, you will be able to play lots of pinball machines in this game.
I am making this game using the Unity DOTS technology. I am using ECS, Unity DOTS Physics, Hybrid Renderer V2, DOTS Animation and the new Input System packages.