"Create a clicker game with instructions on how to make it work"
"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"
"Save Coins Uisng Playerpref"
"create an enemy spawner"
"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"
"After Audio1 end, Start Audio2 and loop immediately."
"create a timer for my game"
"load scene trigger on game finish"
"create a baseplate"
"dance animation"
"when 25 cubes with the tag Training get destroyed, object appears"
"ConnectServer by using Photon Pun SDK for Network"
"start and update methods for fps"
"Make scene switch after rigidbody with tag Player reaches a trigger"
"follow object with mouse cursor"
"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."
"create a card based inventory"
"2d platformer character controller"
"how to download scene from addressable c#"
"create a cube and make it fall at position -1.92-0.4-0.3168189"
"Find Game Object With Tag"
"HitscanGun with Fire rate, multiple shot sound and animation with cooldown and doesn't play when reloading, Ammo system and Reloading with R key, sound play when R is pressed, Muzzle effect, TrailRender bullet and impact effect that destroy itself."
"set up the web camera in my online game"
"hideflag object"
"change the cameras on mouse enter and exit"
"When all objects are destroyed, activate another script"
"open door by pressing key in game"
"pause game when button is clicked"
"Separated Jetpack system with spacebar"
"create a movement script for a 2d cube"
"Class which toggles the teleport on the right thumb stick input its use in VR unity games"
"advanced ai system"
"create a 3d player controller that can walk, run, jump, roll and attack."
"create a health system"
"spawn 2d game object in unity 3d"
"show the percentage value"
"After button press, ,make colour blink for 0.5 seconds from normal to specific hex to normal again, repeatedly."
"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."
"create 5 cube randomly"
"Create a cube"
"create enemy spawner in a 2d game"
"create an inventory system that is easy to customize from the Unity UI"
"script that let's me play an animation with settrigger and makes sure nothing else happens until the animation is finished"
"how to download data from addressable c#"
"make a rgb for my gorilla tag copy and tell me how to use it"
"dialogue box pop up before player start press button to proceed"
"input field that you can only type english uppercase and lowercase letters"
"give me an example of a raycast hit and no hit in the same method"
"damage player on collision"
"move and rotate object with arrow keys"
"On trigger, activate game object"
"change audio on walking and running"
"Create a clicker game with a shop with instructions on how to set up the code"
"script for a coin magnet"
"rts unite movement script with collision detection"
"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."
"sound on button click"
"create an inventory system that is easy to customize from the Unity UI"
"mouse over and exit color in the game"
"Occlusion Area Center"
"AI System with detection, smart navmesh and intuitive ai."
"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."
"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)"
"create a health system engine"
"create an enemy spawner"
"set the light emission in the game"
"a script where you can add characters to a list through a public method which follow the player in a line with controlled distances from each other."
"move UI element on an arc using LeanTween"
"Changing the cameras on mouse enter and exit"
"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"
"print hello world"
"On trigger touch, start specific sound"
"create cube pooler"
"Convert to string"
"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."
"create a room in an online game"
"open a url on click"
"camera slow motion delay"
"Music visualization"
"set debug developer console option to true"
"create a 3rd person orbit camera controller that uses mouse input to orbit the player"
"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."
"create an advanced score counter for players"
"A timer that when it reaches 0, it deactivates the current object and activates another object instead"
"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."
"damage weapon on shooting"
"A dialogue system with scriptable objects,a dynamic system with branching conversations,names and icons when talking,an interaction sustem so npcs can start conversations and a support for events for dialogue.also text affects like a sine wave"
"Music visualization linerenderer"
"draw line by dragging mouse"
"create a third person camera controller that takes whatever direction the mouse is moving and orbits the camera around the player in that direction"
"move UI element on a curve using LeanTween"
"write me a full script for a 3d shooter that works"
"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"
"Character controller with hollow knight like movement like wall jumping or dash"
"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"
"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"
"Create a script for a 3d fps shooter game where you fight zombies"
"On trigger touch, start animation"
"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."
"spawn coin object on hit"
"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"