Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Creating a Text Adventure in Unity Using Scriptable Objects
Rating: 4.4 out of 5(37 ratings)
1,456 students

Creating a Text Adventure in Unity Using Scriptable Objects

Learn Unity scriptable objects from a 40 year programming veteran creating the Castle Buttercup text adventure
Created byBrian Covault
Last updated 3/2023
English

What you'll learn

  • How to create and use scriptable objects in Unity to mange game data quickly and easily
  • The advantages of using scriptable objects to manage game data over traditional coding
  • How to create a text adventure using both scriptable objects and traditional coding approaches
  • Use cases for scriptable objects in Unity game development

Course content

4 sections19 lectures1h 46m total length
  • Introduction0:54

    Learn what will be covered in this course

  • Installing Unity2:58

    Learn how to install Unity on your computer

  • Create the Project5:14

    Learn how to create a Unity project

  • Set Up User Interface6:12

    Learn how to set up a simple user interface for a text adventure

  • Get Course Resources0:47

    Learn how to get the resource files for this course

  • Course Resource Files0:01
  • Review Course Resource Files3:08

    Learn about the resource files used in this course

Requirements

  • No Unity or programming experience needed. You just follow what the instructor does

Description

All software and resources used in this course are free.


In this course, you will learn from an instructor with 40 years application development experience the advantages of using scriptable objects to manage game data over traditional coding.  You will create a short, humorous text adventure called Castle Buttercup first using traditional coding to manage game data and again using scriptable objects to do the same thing much more quickly and easily.  No unity or programming experience needed.  All you need to do is follow what the instructor does.  This is what you will learn in the course.

- How to download, install and configure Unity and Visual Studio for C#

- How to use the different panes in the Unity editor

- How to create a canvas

- How to create a panel

- How to create Text Mesh Pro objects

- How to create a simple user interface for a text adventure

- How to assign objects to public variables

- How to create a text adventure using traditional coding only

- How to create a text adventure using scriptable objects

- How to create and assign scripts to objects

- How to create and populate scriptable objects

- How to add a scriptable object to a project in the Unity editor

- How to create scriptable objects within scriptable objects

- How to investigate and resolve errors

- How to test the application throughout the development process

- How to build the application into a stand alone, executable program

Who this course is for:

  • Unity game developers looking for a quick, easy way to manage game data
  • Anyone wanting to learn how to create a text adventure in Unity quickly and easily