I am a bit new to Unity, and i Need help scripting please

Ok so basically i am not totally new to unity, or any game making engine for that matter, but i have only scratched the mere surface when i have tried to make video games or animations. Basically, i am asking some questions on how to used unity and what i can do with it :slight_smile: here they are

-How can i script an enemy AI to teleport, attack, and move in game?
-how can i add a boss fight scene?
-how can i add an action scene (e.g I am adding a scene where your character gets stabbed through the
stomach against a tree, and you have to only shoot at the enemy)
-How can i change the color and shape of a health bar, battery life bar, and add a thing where it shows your current held weapon during game play?
-how can i add an in game inventory where you can collect certain items and entities to craft new and more advanced ones?
-Can i model an entity or main character in blender and add animation, then move it to my unity game and add animations and such (like reloading, stabbing, shooting, aiming)?
-How can i add starving and freezing to death but without an actual bar for them, they just happen?

Thanks to any one who replies or helps me! all help is highly appreciated :slight_smile:

There’s so many different ways of getting these things done. I would suggest checking out the Learn section. You’ll learn a bunch of useful stuff and eventually be able to get those things done easily.

Good luck.

Your feature list is still too high level. Coding is all about breaking things down into very small tasks, then combining those tasks to make something useful.

So the first one becomes

  • How do I move a GameObject from one location to another
  • How do I detect when two GameObjects are within a certain distance of each other
  • How do I move a GameObject towards another
  • How do I communicate between GameObjects

And so forth. This approach simplifies the problem to pieces that can be googled and found in the learn tutorials.

2 Likes

Omg thanks :smile: haha and sorry i didn’t reply to you guys for so long, but boredmormon, i see what you mean, i only have one issue… im kind of having trouble figuring out what they would break down into ;( so if you could like “translate” the rest for me, it’d be much appreciated :wink: haha thanks for reading and helping guys, see you when you reply!