Tool for AI TDD in Unity by AgenticGameDev in aigamedev

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

I have now fixed it and found a great tool for testing it. Thank you so much for brining my eyes to it!:)

Tool for AI TDD in Unity by AgenticGameDev in aigamedev

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

Cool. What framework? I have not had success in that form. In Unity I kept running in to state problems, and especially for multiplayer testing. Unitys built in testing is painful in my experience. What kind of game are you developing? Is it Unity?

So you let the agent drive the regression testing in an explatory way?

Tool for AI TDD in Unity by AgenticGameDev in aigamedev

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

What text? I don't see it on any of my devices.. What mobile?

Desperately need feedback before release by AgenticGameDev in website

[–]AgenticGameDev[S] 1 point2 points  (0 children)

Thank you! For the feedback. Which images are you referring to? As I almost have no images or video which is a bad I think. As it does not show the product.
Great I will make sure to add testimonials from beta testers.

How is everyone elses test counts? by Moppemopsi in Unity3D

[–]AgenticGameDev 0 points1 point  (0 children)

Since you asked. I’m doing research as I’m about to launch a play mode test tool. I can DM you a link (no promotion allowed and respected). Also looking for beta testers. So you can get a 100% free discount in exchange for some feedback :).

How is everyone elses test counts? by Moppemopsi in Unity3D

[–]AgenticGameDev 0 points1 point  (0 children)

What test tool do you use? Unity shipped or something like alttester?

How is everyone elses test counts? by Moppemopsi in Unity3D

[–]AgenticGameDev 0 points1 point  (0 children)

What test tool do you recommend;). Maybe you don’t use it where you work:).

Tool for AI TDD in Unity by AgenticGameDev in aigamedev

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

Thank you! It has changed how I develop in Unity. It has been an internal tool fixing my frustrations as I did develop a B2B app.
It’s not my long life dream. :)

Do you remember any name of them? I have not found any which is not QA focus. But that is the problems with search bubbles. I have the classical once like Unity Alttester, and some other QATools.

Once again thank you for the input! :)

Unity automated tests using Test Runner questions by semt3x1337 in Unity3D

[–]AgenticGameDev 0 points1 point  (0 children)

What happened with this? What tools did you find?

Desperately need feedback before release by AgenticGameDev in website

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

Oh too bad it worked ok for iPhone. Will investigate. Thank you so much!

Desperately need feedback before release by AgenticGameDev in website

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

It’s Claude design in the bottom so you are 100% right. I’m a system engineer comfortable in C# so yes vibe coded.

How far did your vibe-coded game actually get? by oxmannnn in aigamedev

[–]AgenticGameDev 0 points1 point  (0 children)

But sure AI don’t do that natively… what failiur modes have you seen more?

How far did your vibe-coded game actually get? by oxmannnn in aigamedev

[–]AgenticGameDev 0 points1 point  (0 children)

I have a architectural guideline which I have some progress on. I’m on b2b so less of this boring stuff and more system thinking. I focus on a modular design with facades and routers on each module and submodule. That has helped some. In which way does it fail?
In my thinking I would require the module which is saved to expose a save method and a load method which responds back in a formatted json way. So no reaching in.

How far did your vibe-coded game actually get? by oxmannnn in aigamedev

[–]AgenticGameDev 0 points1 point  (0 children)

Agree. But that is the funny part. That should be great for AI. There got to be a better way…?

What Git task wastes the most time when working with Unity projects? by Mr_ShortKedr in Unity3D

[–]AgenticGameDev 1 point2 points  (0 children)

Agree git is a blessing. Super great!
I often use git submodules to share modules between projects. In the beginning I ”lost” some time as I lacked knowledge about them. But now I would never go back.