Featured Generations
  

"make a unity script that will auto spawn blocks like its raining blocks"

  

"double jump of character"

  

"On trigger, activate game object"

  

"Create a clicker game with instructions on how to make it work"

  

"Character controller with hollow knight like movement like wall jumping or dash"

  

"On trigger touch, start animation"

  

"Create And Join Room By Using Photon SDK"

  

"Convert to string"

  

"play bg music in game"

  

"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."

  

"set up the web camera in my online game"

  

"Player movement with arroy keys and W,A,S,D keys"

  

"create an inventory system that is easy to customize from the Unity UI"

  

"create coin object that has a looping 2d animation"

  

"Multiplayer network"

  

"follow object with mouse cursor"

  

"left/right movement with finger swipe"

  

"make the camera follow player"

  

"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"

  

"Game failed when player collides with enemy"

  

"create an enemy spawner"

  

"how to download scene from addressable c#"

  

"Start Audio1. After Audio1 end, Start Audio2 and loop immediately."

  

"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, sound plays when R is pressed, Shooting effect and impact effect that destroys itself."

  

"fix the frame rate in game"

  

"create a joystick controller"

  

"When all objects are destroyed, activate another script"

  

"Rotate the game object by pressing Key at runtime"

  

"Music visualization"

  

"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"

  

"throw a baseball ball"

  

"hello world"

  

"Create an item factory that produces an item every 10 seconds. The factory can only hold 2 items, while holding 2 items it should stop producing more items."

  

"create a health system engine"

  

"how can i make a bullet fire in a game"

  

"generate map data for level based on BlockElement"

  

"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."

  

"control gravity, enable and disable included in methods"

  

"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."

  

"script that let's me play an animation with settrigger and makes sure nothing else happens until the animation is finished"

  

"make a rgb for my gorilla tag copy and tell me how to use it"

  

"Functional Complex Character Controller with built in camera system that uses RigidBody. Footsteps system, Stamina system (With running), Jump, crouch, breathing system when sprinting, no stamina or stamina not in use and Grounding."

  

"Functional Working Character Controller with built in camera system that uses RigidBody. Footsteps system, Stamina system (With running), Jump, crouch and built in Grounding system."

  

"ConnectServer by using Photon Pun SDK for Network"

  

"When certain objects are destroyed, activate an object"

  

"rotate 3D object by touch, only horizontal rotation"

  

"Create a code to generate random number like it seems a speedtest, (50, 100, 98, 99, 111..) and apply this on a textbox."

  

"Make objects interactable with a player when he press E to do something add comments to code"

  

"open a url on click"

  

"infinite spawn anything"

  

"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)"

  

"play sound on start"

  

"buy menu in game"

  

"dance animation"

  

"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"

  

"Load next level on Button click"

  

"camera slow motion delay"

  

"move enemyai toward player to attack"

  

"scroll over 2d background"

  

"create an advanced score counter for players"

  

"coin collect on trigger"

  

"create ui handler c#"

  

"On trigger touch, start specific sound"

  

"write me a full script for a 3d shooter that works"

  

"create a baseplate"

  

"changing colors mesh and sprite"

  

"create a third person orbit camera that orbits the player based on mouse input"

  

"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."

  

"Character controller with built in Camera system (controllable FOV), Walking and running with stamina system, Crouching, Jumping, Footstep system with multiple footsteps sounds, Headbobbing and all keys for each action can be changed, using Rigidbody"

  

"Write a compute shader function in HLSL that draw a line from point A to B in a texture using the DDA algorithm. Add comments to code."

  

"create a movement script for a 3d cube"

  

"Create a clicker game with a shop with instructions on how to set up the code"

  

"move UI element on an arc"

  

"create a cube and make it fall"

  

"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"

  

"control the movement of player using waypoints system"

  

"create a third person camera controller that takes whatever direction the mouse is moving and orbits the camera around the player in that direction"

  

"When all objects are destroyed, activate an 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."

  

"display the number of enemies in my game in text mesh gui"

  

"create a falling cube with instructions on where to insert te code"

  

"create a room in an online game"

  

"get instance id with 10 game objects"

  

"create a 3d player controller that can walk, run, jump, roll and attack."

  

"On trigger touch, switch to scene with name"

  

"Make me a Walking/Running system with instructions on how to set up and use"

  

"hide object with delay"

  

"Music Fade-In that makes volume go smoothly from 0 to 1 using coroutines and lerping"

  

"display game time in seconds"

  

"start Coroutines"

  

"create an inventory system that is easy to customize from the Unity UI"

  

"Create a cube and assign a material to it with a shader"

  

"2d platformer character controller"

  

"loading bar at scene load"

  

"move vehicle with Accelerometer or Gyroscope"

  

"set resolution"

  

"Unity 2D. One script: draws and controls a player and creates the components it needs. Also draw a procedural endless platforming map with code and assign the correct components. Creates particle effects for death and jump. Creates hazards that kill."

  

"make a detailed achievement controller with pop ups to show and unlock achievements"

  

"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."

  

"tap area of game"

  

"create an enemy spawner"

  

"set alpha min threshold for image"