I’m trying to play around with ECS. I am on a MBP. I’ve installed Visual Studio and Mono, and .NET Core on my machine. I just created a new 2D package, switched the project to use .NET 4x runtime, then simply installed Entities from Package Manager. After a minute or so while scripts are being compiled Unity then crashes (This app quit unexpectedly). From that point on, I am unable to open the project.
I’ve tried using the 2018.3 beta, but I don’t see an Entities package listed anywhere in Package Manager to install (and don’t see the namespaces or classes in my code editor). Is it built-in in 2018.3 and I’m just missing it? Any thoughts on why it might be crashing in 2018.2?
Any logs I can grab or anything to help debug at all? I have to imagine it’s a step I missed or have misconfigured :).