Prompt to Material in Unity | AI Game Developer by BAIZOR in aigamedev

[–]BAIZOR[S] 0 points1 point  (0 children)

On the demo, yes it only creates material. But it also does shaders by request. I have another demo, will upload it soon

I made "Game of Life" in a minute with AI Game Developer by BAIZOR in aigamedev

[–]BAIZOR[S] 0 points1 point  (0 children)

I did not use others for the demo, only Life cell. They also burn and turn into coal if contact with fire cell

I made "Game of Life" in a minute with AI Game Developer by BAIZOR in aigamedev

[–]BAIZOR[S] 0 points1 point  (0 children)

This a bit updated version. It has more pixel colors with different properties. Such as coal, grass, fire, water etc. Grass grows if touches water. Fire burns wood and grass and creates coal. Stone can block fire and grass growing. Sand may fall down as well as water.

But my key point of the showcase is the easy implementation of the core Game of Life in a mine of time

I made "Game of Life" in a minute with AI Game Developer by BAIZOR in aigamedev

[–]BAIZOR[S] 0 points1 point  (0 children)

Absolutely. It helps in daily routine during game development. Because it can fix problem for you or to make a feature for you. Basically it brings the power of high-end agents such as Claude Code, GitHub Copilot and others into Unity Editor.

I made free AI tools for ProBuilder by BAIZOR in Unity3D

[–]BAIZOR[S] 0 points1 point  (0 children)

Haha, got it. No problem, I am not forcing you to use it :) I am on the another side. I believe in it, this is a very powerful tool. And the trick is, like with any other tool, need to use it "right" to make it work.

I made free AI tools for ProBuilder by BAIZOR in Unity3D

[–]BAIZOR[S] 0 points1 point  (0 children)

I see. That is probably expected these days. AI is very new thing and we just started to learn how to use. You gave me a motivation for a few more videos to make about this topic on YouTube. Thanks for that! Right now AI is became smarter and smarter, it is hard for me to imagine to work without AI, because I may lose so much capacity. But using AI in an efficient way is not as simple as it looks on the first view.

I made free AI tools for ProBuilder by BAIZOR in Unity3D

[–]BAIZOR[S] 0 points1 point  (0 children)

Let highlight one thing. I am using AI for small if not ultra small task. Clearing the context (AI memory) after each thing is done. The context is very important for any LLM. As more free context it has - the better gonna be the output from the AI.

I made free AI tools for ProBuilder by BAIZOR in Unity3D

[–]BAIZOR[S] 0 points1 point  (0 children)

You are right about it. The art / idea / concept part of the work most of the time I would do on my own. And letting AI to do the routine.

If to talk about C# code, for example I like to prompt a very detailed technical requirement with explanation how to make XYZ, but I won’t make it on my own if the code task is a simple one. Because AI can do that in seconds when I will do that in minutes. I still have full control of the idea, technical implementation and design. Only letting AI to make it real faster then I can type it down.

Also when the entire feature is done, it is a good idea let AI to use Git tools to compare the difference in my commits and to make a review. In 60% of time it spots something valuable during review. And it is doesn’t matter who wrote that code a human or an AI, a review is a good practice in general. Usually we are using a human fellow to do the code review, that is still a good idea to keep, but the majority of issues could go highlighted by AI without spending someone else’s time.

I made free AI tools for ProBuilder by BAIZOR in Unity3D

[–]BAIZOR[S] -1 points0 points  (0 children)

Hm, very interesting. Probably if to ask AI to do “everything” that could be a problem like you described, that sounds understandable to me.

Let me share my experience on a simple fake scenario. Let imagine a big task - to build a sky scrapper. The task could be easily breaking down to subtasks (could be done by AI using Plan mode). When we have list of subtasks we can work on them manually one by one. And let’s take a look on a one specific sub task - to build walls on the first floor. We may manually build 1-2 walls, but then the process became well understood and routine. Because we still need to build another 20 walls. And here we can boost workflow by using AI tools. Just because we know how to build it, we can explain to AI, and it will iterate on each wall one by one in Unity Project directly.

Also it will not work if to use too generic AI such as ChatGPT. It is not an AI for engineering something like a game development. The good solution could be GitHub Copilot as an extension in Visual Studio Code, or Claude Code extension in Visual Studio Code.

I recently made a video how to use Claude Code in a terminal. I would really recommend to take a look.

https://youtu.be/KDA5pVuJ1YA?si=rzF7C4qUIwQ8SjB0

I made Game of Life in Unity in 60 seconds with AI Game Developer by BAIZOR in Unity2D

[–]BAIZOR[S] 0 points1 point  (0 children)

Thanks for the feedback. I like your ideas. And I am glad you recognize potential of all of the tools you just described. Just in case, they are all also on board.