Will unity use 8 cores and what about 32gb of ram

Hello i am getting ready to build a new pc to develop on What is the max specs that unity will run on? i want to get 8 cores but only if unity will use them and wanting to do 32 gb of ram but same thing if unity wont use it why bother

The Unity Editor is still a 32-bit application, so it can only access up to 4GB of RAM.

Which they really should look into correcting

sometime after hell freezes over…

… and now for something completely different

the number of threads a game creates is up to you! since unity is not writing your game logic, you are! luckily for you and your customers, mono (.net) includes support for native threading. so its not that hard, well if you ignore figuring it how to do it. but keep in mind unity api are not thread safe, so have fun…

Perhaps a mac will help ?