"set resolution"
"create uicontroller with visibility switch option"
"hide object with delay"
"acceleration controls"
"Create a clicker game with instructions on how to make it work"
"Create a system with a public function where you can add party members to a list which follow the player in a line"
"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."
"set the light emission in the game"
"Character controller with hollow knight like movement like wall jumping or dash"
"make a red car"
"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."
"score multiplier"
"create a visual novel architecture"
"draw line by dragging mouse"
"dance animation"
"zoom the camera at runtime using mouse click"
"damage player on collision"
"create cube pooler"
"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."
"add hover effect on text"
"create ui handler c#"
"implement behavior tree for complicated enemy pattern."
"2d platformer character controller"
"background audio in game"
"create a health system engine"
"create an inventory system that is easy to customize from the Unity UI"
"open and close door on button click"
"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)."
"Save Coins Uisng Playerpref"
"make splash screen"
"if there is a crash i want a report"
"create an enemy spawner"
"scale on mouse down"
"When an object is activated, an animation plays and no input can be sent in that object when the animation is currently active"
"set color on tap"
"generate a script for a 3 x 3 terrain"
"create script that makes a character move around"
"grenade enemy explosion"
"send message to apply damage"
"rotate object"
"show the percentage value"
"Script that get a json file with events list (title, type, date, location, interfering, description, price)"
"script that let's me play an animation and makes sure nothing else happens until the animation is finished"
"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."
"Interactable lever after pressing E add comments to code"
"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."
"When all objects are destroyed, activate another script"
"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."
"coin collect on trigger"
"follow enemy path"
"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"
"how can i make a bullet fire in a game"
"scroll over 2d background"
"print hello world"
"create a button flicker class in unity"
"give me an example of a raycast hit and no hit in the same method"
"AI System with detection, smart navmesh and intuitive ai."
"Occlusion Area Center"
"create trigger event"
"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."
"create an enemy spawner"
"play bg music in game"
"hideflag object"
"rts unite movement script with collision detection"
"When all objects are destroyed, activate an object"
"make a rgb for my gorilla tag copy and tell me how to use it in steps"
"Ignoring collision between enemy and asteroid"
"Create code for a 3d fps shooter game where you fight zombies"
"restart game"
"Separated Jetpack system with spacebar"
"advanced ai system"
"create a baseplate"
"set debug developer console option to true"
"A timer that when it reaches 0, it deactivates the current object and activates another object instead"
"hello world"
"create an inventory system that is easy to customize from the Unity UI"
"make a unity script that will auto spawn blocks"
"Create a clicker game with instructions on how to make it work"
"make a cube"
"2d platformer character controller"
"Kill the 2d enemy in platformer game"
"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)"
"PowerupIcon"
"display projectile count"
"Create code for a 3d fps shooter game where you fight zombies"
"make button interactable"
"change audio on walking and running"
"spawn player on point"
"Script that get a json file with events list (title, type, date, location, interfering, description, price)"
"create coin object that has a looping 2d animation"
"create cube pooler"
"add items at runtime"
"Control Player and set his Movement all about Player Body"
"create an enemy spawner"
"infinite spawn anything"
"create an inventory system that is easy to customize from the Unity UI"
"open a url on click"
"create a baseplate"
"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."
"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."
"When all objects are destroyed, activate an object"
"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"