Among Us Wire Task C#
- Keshav Batra
- Jan 29, 2021
- 1 min read
So what happened was I had imported the assets from the asset folder that the video gave me and positioned the overlays. After that I had to make them into prefabs by dragging them from the hierarchy into the assets folder. Then I made the code for the wire and the randomization of the positions so that I was able to move the wires, attach them, and have them spawn in different areas. I had to make a right and left section for the randomization folder to go into both of them. Finally I dragged the wire end script into the moving section of each wire so that they would move naturally. Here's my final result:

And here's the code that was used:



Comments