"Create a system with a public function where you can add party members to a list which follow the player in a line"
"follow enemy path"
"For Unity 2D. Create one script that: draws and controls a player and creates the components it needs. Also draw the platforming map with code and assign the correct components. Creates particle effects for death and jump. Creates hazards that kill."
"start Coroutines"
"Plays an animation every time left mouse is pressed and it doesn't play for a custom amount of time with also a system that makes it reload after it pressed for an amount of time. (The ammo goes down when pressed left click after the animation ends)"
"Write me a script for an enemy spawner"
"create an enemy state machine"
"change audio on walking and running"
"Write a compute shader function in hlsl that draw a line from point A to B in a texture. Add comments to code."
"show the percentage value"
"scale on mouse down"
"mouse over and exit color in the game"
"A timer that when it reaches 0, it deactivates the current object and activates another object instead"
"Interactable lever after pressing E"
"create coin object"
"Gun shooting with raycast, Fire rate, Shooting sound 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 5 cube randomly"
"create a movement script for a 3d cube called Player and make it move right when you click d and left when you click a add comments"
"generate a script for a 3 x 3 terrain"
"send message to apply damage"
"PowerupIcon"
"change the cameras on mouse enter and exit"
"move UI element on an arc"
"create a cube and make it fall at position -1.92-0.4-0.3168189"
"object jump with space key"
"Plays an animation every time left mouse is pressed and it doesn't play for a custom amount of time with also a system that makes it reload after it pressed for an amount of time. (The ammo goes down when pressed left click after the animation ends)"
"follow the player"
"Restart button when the game is fail or completed"
"count the game object cube with text"
"create a timer for my game"
"Get nearest gameobject from the player with a tag called Hook, also it needs to be visible to the player"
"Gun shooting with hitscan, Fire rate, Shooting sound and animation with cooldown and doesn't play when reloading, Ammo management and Reloading with r key, sound plays when R is pressed, Shooting effect and impact effect that destroys itself."
"create a cube and make it fall"
"play animation on action"
"dance animation"
"distance to checkpoint"
"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"
"change skybox in game play by light intensity"
"create cube pooler"
"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 square at mouse position with a random colour from a gradient"
"mesh setter script"
"Script that get a json file with events list (title, type, date, location, interfering, description, price)"
"create an inventory system that is easy to customize from the Unity UI"
"create an enemy spawner"
"Music visualization linerenderer"
"After Audio1 end, Start Audio2 and loop immediately."
"make a red car"
"create an inventory system that is easy to customize from the Unity UI"
"return sprite of image"
"Create code for a 3d fps shooter game where you fight zombies"
"Obtener el ángulo entre dos gameobjects unidos con hinge joint"
"Gun shooting with raycast, Fire rate, Shooting sound 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."
"Get fps on screen"
"can you make a wasd movement for unity"
"2d platformer character controller"
"create an enemy spawner"
"create a movement script for a 2d cube"
"a infinite runner"
"Gun shooting with raycast, Fire rate, Shooting sound 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 a joystick controller"
"Create a clicker game with instructions on how to make it work"
"create a basic tower defense enemy movement script"
"When all objects are destroyed, activate an object"
"Create a cube"
"Functional Complex Character Controller with built in camera system that uses RigidBody. Footsteps system, headbobbing, Stamina system (With running), Jump, crouch, breathing system when sprinting, no stamina or stamina not in use and Grounding."
"open door by pressing key in game"
"if there is a crash i want a report"
"make splash screen"
"Player movement with arroy keys and W,A,S,D keys"
"Start Audio1. After Audio1 end, Start Audio2 and loop immediately."
"play bg music in game"
"Convert to string"
"create a cube"
"timetolive"
"create a 2d gungeon generator"
"Load next level on Button click"
"create script that makes a character move around"
"save file different scene"
"print life is useless"
"Multiplayer network"
"Music Fade-In that makes volume go smoothly from 0 to 1 using coroutines and lerping"
"enemy movement on collide without pressing button"
"add items at runtime"
"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 cube"
"hello world"
"use imagefill example"
"camera slow motion delay"
"Rotate the game object by pressing Key at runtime"
"set resolution"
"display the number of enemies in my game in text mesh gui"
"Complex Character Controller that uses RigidBody"
"follow object with mouse cursor"
"Hitscan Weapon system"
"create a movement script for a 3d cube called Player move right when you click d and left when you click a add comments"
"gun reload"
"how can i make a bullet fire in a game"
"Script a player movement"
"On trigger touch, start specific sound"
"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."
"Interactable lever after pressing E add comments to code"