"2d platformer character controller"
"Gun shooting with raycast, Fire rate, Multiple shooting sounds and animation with cooldown and doesn't play when reloading, Ammo management and Reloading with R key, Shooting effect and impact effect that destroys itself and Damage system."
"create enemy spawner in a 2d game"
"third person action adventure character controller where you can add custom actions"
"set the light emission in the game"
"create a third person orbit camera that orbits the player based on mouse input"
"create a decreasing health bar"
"create a party system like in Deltarune where characters follow you with a public method to add characters with different sprites for different directions"
"can you make a wasd movement for unity"
"create a 3d player controller that can walk, run, jump, roll and attack."
"Create a clicker game with instructions on how to make it work"
"follow the player"
"double jump of character"
"change audio on walking and running"
"Make me a Walking/Running system with instructions on how to set up and use"
"Class which toggles the teleport on the right thumb stick input its use in VR unity games"
"Player movement with arroy keys and W,A,S,D keys"
"create a third person player controller that can walk, sprint, jump and roll. a"
"Music Fade-In that makes volume go smoothly from 0 to 1 using coroutines and lerping"
"play bg music in game"
"make splash screen"
"show the percentage value"
"create a visual novel architecture"
"create a real player map using SpriteRenderer"
"Create code for a 3d fps shooter game where you fight zombies"
"Hitscan Weapon system"
"Create a cube"
"set debug developer console option to true"
"create a card based inventory"
"get components of object"
"add hover effect on text"
"if there is a crash i want a report"
"PowerupIcon"
"make a detailed achievement controller with pop ups to show and unlock achievements"
"create an inventory system that is easy to customize from the Unity UI"
"Ignoring collision between enemy and asteroid"
"move and rotate object with arrow keys"
"override Sprite"
"write a function that draw a line from point A to B in a texture from a compute shader and add comments to code."
"change the cameras on mouse enter and exit"
"create cube pooler"
"create a tower base class for a tower defense game"
"make a cube"
"create 5 cube randomly"
"Write a compute shader function in hlsl that draw a line from point A to B in a texture. Add comments to code."
"a infinite runner"
"self destruction of gameobject after a time"
"create a character"
"buy menu in game"
"Obtener el ángulo entre dos gameobjects ,con un gameobject vacÃo como pivote"
"Get nearest gameobject from the player with a tag called Hook, also it needs to be visible to the player. This on a 2D project"
"implement fb login system"
"On trigger touch, start animation"
"clear the area in the game"
"how to download scene from addressable c#"
"follow object with mouse cursor"
"create a joystick controller"
"Create a class that draws multiple raycast2d in all directions, if they hit a wall they should reflect. It needs to return the hits that hit any colliders from the "Player" and "Friendly" layers, either directly or after the raycast2d was reflected."
"camera slow motion delay"
"print life is useless"
"Activating an object with an animation and nothing can be triggered in the object when the animation is currently active"
"disable animation"
"hideflag object"
"create a timer with a main text that branched into three different floor lantai1,lantai5 and lantai10. this timer script has and different name because i want to make its specific"
"When all objects are destroyed, activate another script"
"create a movement script for a 2d cube called Player and make it move right when you click d and left when you click a add comments"
"move UI element on an arc"
"Interactable lever after pressing E"
"create a cube"
"when 25 cubes with the tag Training get destroyed, object appears"
"create a cube that you can move by holding it and if you not longer holding it, you place it where you no longer holded"
"connect to a chat server and communicate for clients in online game"
"create a movement script for a 3d cube"
"pause game when button is clicked"
"gun change with mouse wheel"
"third person action adventure character controller that can walk, run jump and roll. make it scalable so that custom input, actions and animations can be added in the inspector. add comments to code"
"how can i make a bullet fire in a game"
"follow object with mouse cursor"
"The user launches the app and is presented with a menu in which he can select which aviary to approach. When approaching an aviary, the user is shown information about what kind of aviary it is, how many animals live there, their sex and what sound t"
"create a third person player controller that can walk, sprint, jump and roll. make the movement relative the direction the camera is facing. make sure the character is facing forward when they walk. include a description of how to implement it"
"A timer that when it reaches 0, it deactivates the current object and activates another object instead"
"When certain objects are destroyed, activate an object"
"a script where characters can be added to a list through a public method where the characters follow the player at a defined distance and speed where their sprites changed based on their direction of movement using a script to define which character"
"display projectile count"
"create a falling cube with instructions on where to insert te code"
"implement behavior tree for complicated enemy pattern."
"HitscanGun with Fire rate, Shooting sound and animation with cooldown and doesn't play when reloading, Ammo management and Reloading with r key, sound play when R is pressed, Muzzle effect, TrailRender bullet and impact effect that destroys itself."
"A dialogue system with scriptable objects, a system to choose multiple options being able to activate dialogue from an npc and with an events system so you can make things happen in the game Also you get new dialogue when talking to a character again"
"Gun shooting with raycast, Fire rate, Multiple shooting sounds and animation with cooldown and doesn't play when reloading, Ammo management and Reloading with R key, Shooting effect and impact effect that destroys itself and Damage (target script)."
"draw line by dragging mouse"
"throw a baseball ball"
"move UI element on an arc using LeanTween"
"open a url on click"
"create an enemy state machine"
"create trigger event"
"create an inventory system that is easy to customize from the Unity UI"
"Interactable lever after pressing E add comments to code"
"start and update methods for fps"
"get name object"
"create a timer with a main text that branched into three different floor lantai1,lantai5 and lantai10. this timer script has and different name because i want to make its specific"
"create a baseplate"
"For Unity 2D. Create one script that: draws and controls a player that can't double jump, creates all the components it needs to move within the code. Also draw the platforming map with code and assign the correct components."