"Hitscan Weapon system"
"damage weapon on shooting"
"count down sound"
"advanced ai system"
"score multiplier"
"Write a compute shader function in hlsl that draw a line from point A to B in a texture. Add comments to code."
"create a button flicker class in unity"
"display the number of enemies in my game in text mesh gui"
"Create a clicker game with instructions on how to make it work"
"use imagefill example"
"create a cube and make it fall"
"move vehicle with Accelerometer or Gyroscope"
"Create a random map generation system with multiple layers of perlin noise for a 2d unity game"
"when 25 cubes with the tag Training get destroyed, object appears"
"fix the frame rate in game"
"draw line by dragging mouse"
"Hitscan weapon with Trail render Bullet Trail, Bullet Spawn Point using a transform, Bullet speed, Bullet Distance, Rate of fire, Multiple custom shooting sounds, Impact and Muzzle flash Particle support."
"create an enemy spawner"
"A timer that when it reaches 0, it deactivates the current object and activates another object instead"
"Create a script that when you click a part it will open up a UI."
"Character controller with hollow knight like movement like wall jumping or dash"
"write me a full script for a 3d shooter that works"
"create an advanced score counter for players"
"sound on button click"
"restart game"
"move UI element on an arc"
"print hello world"
"create a character"
"make button interactable"
"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"
"create a script where you can add characters to a list who will follow the player with their sprites changing to show their direction and with variable speeds and distances for a 2d game"
"create a third person orbit camera that orbits the player based on mouse input"
"Create a square at mouse position with a random colour from a gradient"
"Music Fade-In that makes volume go smoothly from 0 to 1 using coroutines and lerping"
"how to download scene from addressable c#"
"restart running"
"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."
"control gravity, enable and disable included in methods"
"On trigger touch, switch to scene with name"
"create ui handler c#"
"After Audio1 end, Start Audio2 and loop immediately."
"make a rgb for my gorilla tag copy and tell me how to use it"
"camera slow motion delay"
"Tweening"
"create a baseplate"
"create a 3rd person orbit camera controller that uses mouse input to orbit the player"
"create a joystick controller"
"create an enemy spawner"
"create a falling cube with instructions on where to insert te code"
"For Unity 2D, create one script that would be a functional simple platformer including the player, terrain, obstacles, controls and simple particle effects for jumping and death. The player should not be able to double jump."
"create an inventory system that is easy to customize from the Unity UI"
"Object fall down with mobile shake to left and right"
"play bg music in game"
"create coin object that has a looping 2d animation"
"Player movement with arroy keys and W,A,S,D keys"
"dialogue box pop up before player start press button to proceed"
"follow object with mouse cursor"
"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."
"move and rotate object with arrow keys"
"Create a cube"
"Script that get a json file with events list (title, type, date, location, interfering, description, price)"
"Character controller with hollow knight like movement like wall jumping or dash"
"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"
"quit game on button click"
"Create a clicker game with instructions on how to make it work"
"enemy movement on collide without pressing button"
"change skybox in game play by light intensity"
"make a detailed achievement controller with pop ups to show and unlock achievements"
"can you make a wasd movement for unity and when i press shift the walkspeed will change and the camera pov will be more back"
"give me an example of a raycast hit and no hit in the same method"
"save file different scene"
"return sprite of image"
"Create a random map generation system with multiple layers of perlin noise for a 2d unity game"
"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 baseplate"
"set debug developer console option to true"
"make the camera follow player"
"create coin object"
"create a 3d player controller that can walk, run, jump, roll and attack."
"2D character jumping on waypoints"
"create script that makes a character move around"
"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"
"Interactable lever after pressing E add comments to code"
"Hitscan weapon with Trail render Bullet Trail, Bullet Spawn Point using a transform, Bullet speed, Bullet Distance, Rate of fire, Multiple custom shooting sounds, Impact and Muzzle flash Particle support. Delete effect after wall hit or time."
"distance to checkpoint"
"override Sprite"
"a music controller class"
"create a cube"
"third person action adventure character controller where you can add custom actions"
"implement behavior tree for complicated enemy pattern."
"grenade enemy explosion"
"Multiplayer network"
"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"
"set alpha min threshold for image"
"change audio on walking and running"
"PowerupIcon"
"start Coroutines"
"spawn coin object on hit"
"edit the wraptime of UI in game"
"Create code for a 3d fps shooter game where you fight zombies"
"Game failed when player collides with enemy"
"Make objects interactable with a player when he press E to do something add comments to code"