Looking for tutorial recommendations on creating a boss AI .I cannot seem to find a shoot em up boss ai tutorial .There are plenty of third person boss tutorials but .Very few if any. regarding A simple shoot em up boss.I tried doing this myself but ended up tanking performance by using ridiculous methods of creating random bullet spawns etc .
(“using random integer in range and having tick check if lands on certain numbers for example”)
I am not a new user but i do learn slowly painfully so. I know i should be using arrays to achieve what i want. Or at least think that would be better than my approach. But never could get my head around them . Looking for tutorials .Ones that use a behaviour tree would be my ideal solution.Hope you can help thanks guys gals.