(Twine) Uploading to Newgrounds
Tutorials, Sample projects / games, and tips may be found on this site. Click the “Search” icon in the top-right corner of this page to begin exploring.
You may use anything you find on this website (scripts, images, sample games, etc) in your final project.
Give the sample games a download! Can you figure out how they work?
– AY
Estimated Time Investment : 90 minutes
Estimated Time Investment : 90 minutes
Packaging your twine game with the audio it uses!
Take your players on an interactive journey with variables and logic
“Global Variables” are special variables that are visible to many different parts of your program. Whereas a variable in a uScript graph (the little circles)...
Audio “horizontal layering” is a technique wherein we cut a piece of music into several layers… The topmost melody (piano) The background bass (guitar) ...
Playing Sounds (The Easy Way)
Spawn gameobjects over time at a particular location
If you followed the “HOWTO : Add 2D Characters to a Scene” tutorial, you probably have a 2D character in your game, like this–
Follow this brief video demonstration to add your character image (usually a PNG file) to your unity scene.
The “stage_1” scene that you downloaded in the first Unity tutorial comes pre-loaded for Roll-A-Ball gameplay to work. What if you wish to create a new scene...
In order to submit your game, or send your game to friends and family, you must create a “build”. A “build” is a copy of the game that can run without the ed...
Please find the video tutorial located here.
Welcome to uScript challenge #1! This is ungraded, and simply meant for fun. Good luck!
In your previous tutorial, you downloaded and customized your very own version of Roll-A-Ball–
Unity Collaborate is a system that allows you to syncronize your project with a teammate or two. When you make changes, your teammates will see them. When yo...
Suppose you have a project containing some impressive, useful stuff– uScripts, music, level designs, etc. You may want to re-use it in another project. Perha...
Play the game in your web browser here Download the UnityProject and study the code here
Download the sample UnityProject and study the code here