Since the arrival of ChatGPT coding can be done way faster.
I have a Unity and UE background. I prefer UE when it comes to graphics. I think UE is the future. The disadvantage of using UE is that it works mostly with Blueprints which is visual scripting.
With ChatGPT I can now develop projects in Unity in hours that would previously cost me days to weeks. It helps a lot that you can copy and paste the code that ChatGPT gives you and adjust it if you have to.
I know that a lot hardcore programmers don’t like this whole ChatGPT thing and want you to learn all the code by yourself. But ChatGPT does not only give you the code it gives you a very clear explenation of what the code is doing and why it is used.
I don’t know if UE is already working on implementing code functionality like c#. I know it has c++ now and you can do a lot with it. But it is cumbersome for simple tasks you want to write.
I think a lot of developers would benefit of a C# like scripting system in UE.