0% found this document useful (0 votes)
22 views25 pages

Using Unity To Teach Game Programming

This thesis explores the development of a RPG starter kit game project using Unity as a teaching tool for game programming at Malmö University. It aims to provide first-year students with project-based tutorials that enhance their learning experience and address gaps in their education. The study evaluates the effectiveness of these tutorials and their integration into the existing Game Development program framework.

Uploaded by

bhoyarsunay
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
22 views25 pages

Using Unity To Teach Game Programming

This thesis explores the development of a RPG starter kit game project using Unity as a teaching tool for game programming at Malmö University. It aims to provide first-year students with project-based tutorials that enhance their learning experience and address gaps in their education. The study evaluates the effectiveness of these tutorials and their integration into the existing Game Development program framework.

Uploaded by

bhoyarsunay
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

Using Unity to teach Game Programming

Golob, Sara
Pagnon Eriksson, Niels

Computer Science
Bachelor’s Thesis
15 ECTS
Spring 2024
Supervisors: José Font, Gustaf Larsson
Examiner: Alberto Alvares
TABLE OF CONTENT
1. Introduction 2
2. Related Research and Framework 3
2.1. Unity in Higher Education 3
2.2. Freedom of Choice and Learning 4
2.3. Unity tutorials and workshops 4
3. Method 5
3.1. Methodological background 5
3.2. Problem Identification and Motivation 5
3.3. Objectives of the Artifact 6
3.4. Artifact Design 6
3.5. Artifact Development 7
3.6. Artifact Evaluation 8
3.7. Limitations 8
4. Contributions 9
4.1. Unity project 9
4.2. Documentation 10
4.3. Implemented tutorials 10
5. Results 13
5.1. Domain Experts test results 13
5.2. Students test results 14
6. Discussion 17
7. Conclusion and Future Work 20
7.1. Conclusion 20
7.2. Future Work 20
References 22
Appendix 1 - Links to the project 23
Appendix 2 - Testing process 23
Appendix 3 - Group A Interview Questions 24
Appendix 4 - Group B Interview Questions 24

1
Using Unity to teach Game Programming
Golob, Sara
Pagnon Eriksson, Niels
Game Development Program
Computer Science and Media Technology
Malmö University
Nordensskjöldsgatan 1, 211 19 Malmö, Sweden

Abstract— course student feedback evaluation3. This is especially


Malmö University's Game Lab is currently developing important since the program welcomes students with
Unity and Unreal Engine projects that will provide many no former training in computer science or game
courses in the Game Development program [1] with
development.
interesting code and visual resources for their course
material and assignments. As part of this framework, this
thesis paper explains the development of a RPG starter kit
game project as well as the scientific background for it
and the final result. The artifact developed for this thesis
will be accompanied by a set of tutorials intended to teach
the students different basic game programming subjects
using Unity as a game engine. The targeted user audience
Figure 1: Number of Gaming companies in Sweden quadrupled in
of the project is predominantly first year students of the
the past 10 years. Figure taken from Game Developer Index [3]
Malmö University Game Development program during
the System development with focus on games course
Facing the challenge of offering higher education of
(DA335B [2]) and it will serve as their first practical
excellence in these areas in a 3-year time period, with
introduction to Unity as a game programming engine.
the addition of addressing a very specific skill set
Keywords — Unity, Game Engine, RPG, Game given by the rapidly growing game industry, the
Programming, Education, Tutorial University turns more towards using game engines

1. Introduction and on-hand education than ever before.


Unity, being one of the powerhouses of game
The game development field is on the
engines, is the clear first choice of tools for
constant rise as shown by Figure 1 [3] and a great
envisioning the goal. Unity is very well known for its
number of people want to educate themselves to
high beginner user-friendliness, using C# as a
become game developers. This is indicated with how
programming language. This is further backed in
many people apply to the game development program
multiple researches using Unity to teach game
at Malmö University (MAU) each year1 [4]. Because
development [5], [6].
of the high demand and impressively high dropout
The System development with focus on
rate2, Malmö University constantly tries to optimize
games course (DA335B4 [2]) is the first time students
their game development program through end of

3
At the end of each course, evaluation questionnaires are sent to
1
In 2023, 621 applied while only 95 were accepted students. The data is then reviewed by the course teachers.
2
According to the school's statistics, only ~ 20% of game 4
DA335B is a course in the second term of the Spelutveckling
development students complete their studies. Exact numbers for Program at MAU, where students encounter Unity for the first
students that started in HT20 are: 63 enrolled in first term, 16 time through workshops. In this course the students are instructed
completed the bachelor's thesis to create a full game using Unity or Unreal Engine. In VT24 all
groups chose Unity as their engine.
2
of the Game Development program at MAU are be able to use this template to deliver a higher quality
introduced to Unity as a game engine. At this point in project that can be used in their portfolio, while not
the program, creating a full game in Unity can be losing the ability to showcase their skill in a shorter
quite overwhelming due to the tight time frame and amount of time. This template could alternatively be
the fact that the workshops provided can not cover all used by the teachers to aid them in evaluating the
needed topics to achieve this. syllabus of the DA335B course.
The purpose of this study is to find out to This project serves as an addition to an
what extent project based tutorials can be used in existing framework, which is aimed to include
higher education. We have therefore asked ourselves multiple projects of a similar nature to the one
the following research questions: described in this research. Each project is meant to
RQ1: How helpful can project based tutorials serve a similar purpose, but for different courses
be at teaching game programming in higher within the Game Development program at MAU. The
education? purpose of the framework is to supply students with
RQ2: To what extent can this artifact be extra material for completing assignments with better
integrated in the System development with focus on developed results. Currently the framework only
games course (DA335B)? includes two versions of the same project, one in
RQ3: How can this artifact be used after the Unity [8] and the other in Unreal Engine [9].
DA335B course in relation to future projects that This paper contributes with a functioning
students will make? project in Unity and proper documentation to help
To answer our research questions, we have concerned parties.
developed an RPG starter kit game template in Unity
intended to be given to students following the System 2. Related Research and
development with focus on games course (DA335B)
Framework
at MAU. This project contains two parts, step by step
tutorials and the final project. The tutorial topics have 2.1. Unity in Higher Education
been picked with a consideration of what the game
We are basing our research on papers by P. E.
development program at MAU lacks. Some of the
Dickson [5] and V. Kuznetsov et al. [6]. The
topics cover newer content that is not that commonly
contribution of these papers was to create a course of
included in older books and tutorials online (example
game development for higher education. As the
using Unity’s Input System Package [7] for player
authors point out, creativity and learning through
movement), other topics expand on the knowledge
making games is great motivation for the students
provided by the program and give it a practical
even though they have little to no experience with
example. The final version of the project implements
game development and game engines. After some
all the chosen tutorial topics and provides students
attempts, both papers concluded Unity is the superior
with a starting point of an RPG game that can be
engine for the task. This is due to its less steep
expanded upon. Following the tutorials, the students
learning curve, allowing the creation of games for
will be introduced to Unity as a game engine and learn
many different platforms, being free for educational
how to program basic game mechanics. They will also
means, being mac user friendly and being a proper

3
game engine that helps the developer with everything This has prompted our decision to create an
they need to create high quality games. The negative RPG template to provide students with a dynamic
side of Unity is however that it is not industry's learning environment, where they have the freedom to
mainstream unlike Unreal Engine, which has a steeper explore various concepts and directions within game
learning curve but otherwise covers similar benefits as programming. By adopting this model, students will
Unity does. This is why we decided the project will be be able to expand upon the project according to their
made in Unity. The students this project is targeting interests and skill levels. This approach not only
will also have very little to no knowledge in Unity, but fosters creativity and autonomy but also encourages
because some students might have prior knowledge, active engagement and deeper learning experiences.
the template will be equipped with the starting scene Providing them with a basic implementation of a
for each tutorial as well as the final version of the game genre they have seen before will hopefully
project combining all tutorials. This will give those counterbalance the challenge of working in a game
students the choice of skipping the tutorials and engine they have not familiarized themselves with yet.
developing the project further on their own. Not only will they be able to choose which subjects to
learn amongst the ones we provide but they will also
2.2. Freedom of Choice and Learning be able to use the project as a starting base to learn
even more subjects that they themself can pick out
It is shown that students being given the right
and implement. Through our project, we seek to
amount of freedom to choose what and when to learn
motivate students to pursue their passions and excel in
has a positive effect on their motivation to stay
game development which is expressed in the
actively engaged and achieve more in their studies. A
Challenge yourself section at the end of each tutorial.
study by Atanas R. [10] describes the development of
This section provides the students with alternative
digital study packs, which serve as comprehensive
implementations of the knowledge they learnt
collections of resources and activities ranging from
throughout the tutorial. It also gives them the
introductory-level lab-based to upper level project
flexibility of choosing what to delve into next,
based courses. These digital study packs provide
whether that is to deepen their knowledge of the topic
students the freedom to choose their programming
at hand or move on to the next tutorial.
language, topics and project assignments within
guided limitations set by the professors. In the results
2.3. Unity tutorials and workshops
they show that students who were given assisted
freedom in choosing their semester project, and who The existing tutorials for Unity and game
were allowed to choose when to conduct their work, programming on the internet are close to endless.
found it more motivating than when the project was Unity themselves have an extensive collection of
mandated by the instructor and when working hours tutorials on their learning platform [11]. There are also
are limited to traditional scheduled labs. Using the a lot of YouTube videos that explain and guide their
study packs would also minimize the need for audience to specific goals. This many resources can
instructors to impart guidance to each individual make it hard for a novice programmer to know where
student. to find the exact information needed without getting
overwhelmed and spending a lot of time. That is why
4
MAU provides Unity and Unreal Engine workshops requires you to send in the CV and portfolio.
in the DA335B course. These workshops give a very As this method is becoming a wide-spread
basic introduction to the engines and what you can do standard recently, not many educators have
with them. adjusted their programs to prepare their
Within this framework, we have condensed students for the work market and provide
information that is needed for students to create a them with the ability to develop and produce a
basic game and developed the tutorials based on it. good looking portfolio.
We have added links to external resources when B. Transition to game engines
needed so that students can easily access information As the gaming industry develops further and
required to upgrade their knowledge on the topic if games take longer to develop with higher
they so wish. The workshops also worked as a good expectations from the players, it is unrealistic
guideline of which topics are already available to the to not use game engines for game
students and which could be expended upon more. development. The engines provide the
designer with the needed tools to quickly test

3. Method the game, speeding its development process


and raising the roof of graphic capabilities. As
3.1. Methodological background
MAU realizes that and tries to incorporate
The Design Science Research Methodology
more game engine related projects in its
(DSRM) was chosen for this research since it explores
courses, student’s need to quickly learn the
the design and development of an IT artifact, as a
engine. Although the program started
solution to an identified problem [12]. The Design
providing both Unity and Unreal Engine
Science research process model follows a set of rules
workshops, they don’t cover all topics and
and guidelines [12], which leads to a six stage
students have to learn many relevant topics on
iterative process [13]. The six stages are Identify
their own.
Problem & Motivate, Define Objectives of a Solution,
C. Starting over
Design and Development, Demonstration, Evaluation,
As different courses within the program teach
and lastly Communication.
quite different topics (example database, C++
and 3D modeling), it is common practice each
3.2. Problem Identification and course designs their own workshops/lab work.
Motivation This means that there is little to no connection
The first step was to define the problems we between courses and students are not
are trying to solve. As students of the Game encouraged to use previous projects, to which
Development program at MAU, we got to experience they can then apply the knowledge of that
first hand the knowledge the program provides and course. This leads to students often having to
where there are holes to be filled. create a new game each time, which takes a
A. Portfolio Problem lot of time that could have been spent on
The gaming industry heavily relies on learning the topic at hand further.
portfolios when employing new workers. This
can be seen clearly as any creative job
5
D. System development with focus on games chosen after analyzing what we as students had to
(course code: DA335B) [2] course in the learn on our own versus what was taught to us through
Game Development program lacks methods the means of our courses in the program. The list of
to individually and accurately assess the possible topics was created by the authors of this
following course goals: research as we ourselves went through the program
• LG 5: Account for basic game mechanics in and have a good understanding of what the program is
the context of a game engine. lacking that we had to learn ourselves. This list was
• LG 11: Be able to use digital tools and a then discussed with the domain experts that also gave
game engine to support project work and us an update on how the courses have changed since
system development. we took them and their opinion on the importance of
• LG 15: Be able to reflect on the possibilities some topics. After discussion with professors, six
and limitations of the game engine in relation subjects were identified as “Priority” subjects,
to the project's requirements. meaning it was imperative they would be included.
Another 8 subjects were then identified as “Optional”
3.3. Objectives of the Artifact meaning they would be very useful to the students

Considering all four problems we have using this project, but were only going to be

identified, the following objectives for the artifact implemented if the time scope allowed it. All these

were decided: topics are listed below.

A. Artifact will serve as a learning platform to


teach students more about Unity, Priority tutorial subjects:

programming, game design and other relevant - Player Character & Unity’s new input system

topics of game development that are not - Implementation of a pause menu (UI)

covered by the Game development program at - Interaction with Objects

MAU. - Dialogue System

B. The artifact can be used as a game template - Animations in Unity

that students apply newly acquired knowledge - Music & SFX

throughout their entire education and expand


it further to create a good looking game for Optional tutorial subjects:

their portfolio. - Particles

C. The artifact can be used to evaluate the - Terrain Generation with Unity

missing course goals in the DA335B course. - 3D Object tile maps


- Combat System
- Quest System
3.4. Artifact Design
- Main Menu and Scene changing
When designing the artifact, we first focused - Inventory System
on the objective A (3.3 Objectives of the Artifact). - Lightning
The artifact was decided to be furnished in the form of
a Unity project accompanied by tutorial documents
for each chosen subject. The tutorial subjects were
6
The project was designed in a way that all the tutorials are asked to reflect on the work they've completed
would be followed in a given order that would guide and think about other ways that what they have learnt
students from start to end. This linear path would can be implemented. As an example for this type of
sometimes be broken into two paths giving students Challenge Yourself, in tutorial #3 Interaction with
freedom in which subject to learn next. Students are objects through Raycasting and Interfaces the students
also given end results for each tutorial, serving as are prompted to think about the following, “Think
reference points in case students get stuck. Due to about what else you could use rays for. Would any of
students entering the program with different your previous projects benefit from them? Can you
backgrounds and knowledge in game development think of a minigame in an already existing game that
these end results were also designed as checkpoints you like that could use rays?”. The second type are
allowing students who are already familiar with a suggested open exercises which students can explore
given subject to bypass it and commence their journey to independently deepen their learning of the topic at
from a more advanced stage of tutorial completion. hand. For example in tutorial #8 Quests, one of the
This means that each tutorial is independent of other suggestions is to use the knowledge they just learned
tutorials and provides a starting scene, end scene as on implementing a quest system to implement a
well as instructions on how to get from one to the reward system.
other. This design was then presented to the
To achieve objective B (3.3 Objectives of the supervisor of the thesis and after agreement on it, the
Artifact) for the artifact, we have decided to give the development could begin.
students a complete RPG template that all tutorials
will build towards. This template will be well 3.5. Artifact Development
documented to give the student the best chance of The artifact was developed using the Unity
quickly learning all included components and then engine version 2022.3.12f1 accompanied by Github as
further using it to develop their own game upon them. a sharing repository and version control. Models and
They can also use it for other courses such as artwork were found through the Unity Asset Store.
Algorithms or AI courses to apply their lab work to The development of the artifact was done in a
instead of creating a new game from scratch. three stage process repeated for each tutorial subject.
Additionally the design of the artifact was First the subject at hand was implemented into the
done taking into account that it can be used as a Unity project game template. Once it was fully
framework for the course teachers to conduct implemented the person in charge of the
evaluation. Therefore the objective C (3.3 Objectives implementation wrote a detailed step by step
of the Artifact) of the artifact was envisioned with the explanation on how to achieve that implementation (a
help of the Challenge yourself section after each more detailed description of both the game template
tutorial. These sections encourage the students to and tutorial layout is provided in the Contributions
apply their newly acquired knowledge and expand it chapter). After each tutorial was completely
further in different ways. There are two types of implemented and documented the person not in charge
Challenge yourself sections across the tutorials, the of it would go through it and give feedback and
first being a reflectionary exercise where the students

7
comments which would then be used to iteratively professional opinion on the pedagogical aspect and
improve the tutorial and the implementation. potential of the tutorials and the project (Appendix 4).
The artifact has been reviewed several times The interviews were recorded and transcribed.
during the development process by the domain experts The data gathered was then evaluated with the use of
and their feedback was iteratively taken into Thematic Analysis [15] and discussed in later
consideration.. sections. Each group was analyzed separately to get a
clearer understanding for what students think about
3.6. Artifact Evaluation the project versus what the domain experts’ opinion of

In order to evaluate the pedagogical potential the artifact is.

of the developed artifact we decided to have two


different target groups test the project. The first, 3.7. Limitations
Group A, was first-year students of the MAU
A hard limitation of this research paper is the
Spelutveckling program and the second, Group B,
data sample size available to us. The amount of
consisted of the domain experts - the teachers of the
experts and students available to review the thesis and
DA335B course. Both groups tested the artifact whilst
time constraints lead to the data sample being limited
trying to mimic the role they will use it in the future.
(9 students and 4 domain experts).
Detailed testing plan is listed in Appendix 2. Group A
Another point to bring forth is that as the
had 9 members and group B consisted of 4 teachers of
paper is being written towards the end of the Spring
the course. Tests usually took between 40 min to 1,5
Term (VT24), the first year students, who are the
hours.
targeted audience, have already completed these
Group A testers (students) were instructed to
year’s Unity workshops. This means they might
independently follow a predetermined tutorial while
understand the topics a bit better and have a couple of
being observed. Each student tested a different tutorial
months bonus experience compared to the true target
(9 students and 9 tutorials) while not all tutorials were
audience that is planned to receive this material during
completed due to time limitations. Consent was given
the workshops. This also means there is almost a year
for the testing and recording of the interview section.
until the course is being run again so there are a lot of
Testers were asked to use the Thinking aloud method
uncertainties regarding how the course will be
[14] to communicate their experience to the observer.
conducted next year.
When they were done with a tutorial, they were then
Because of the time limitation, we won’t be
interviewed by the observer, focusing on the
able to cover all topics we deemed important in the
readability and ease of comprehension of the given
artifacts for this research paper as well as apply all
tutorials as well as usefulness of the tutorials and the
feedback for the artifact and tutorials received from
project. Interview questions for group A are listed in
the testers. This is expanded in the future work
Appendix 3.
section.
Group B’s (domain experts) testing consisted
of them reviewing the project’s material sharing their
impression of the artifact followed by an interview.
This time the focus of the interview was to gain

8
4. Contributions
4.1. Unity project
The large majority of our contributions come
in the form of the artifact that we have developed in
Unity. This is a game-like artifact that implements
basic features of the first person adventure game. The
scene and all assets were taken from Unity’s asset
Figure 5: Some settings UI found in the pause menu, as well as
store [16]. Figures below show the scene view of the “stinky fish” particles on the left.
artifact (Figure 2) as well as the in-game view of the
final scene (Figures 3,4,5). The final version of the artifact includes a
character that can move, interact with the object,
accept the quest, pick up a weapon and fight the armor
stand. The artifact can be downloaded through the link
in the Appendix 1.
The Unity Project is divided into two
overarching folders. The “FinalProject” folder which
contains all the scripts, scenes and other contents as
they look once all tutorials are followed through.

Figure 2: Scene view showing the whole world that is used for all
These contents are marked with the prefix “F_”, that
tutorials. This scene is a copy of a scene available in the Unity stands for “Final”, and serve as final solutions that
asset store [link]
students can compare their work with or use as
backup in case they get stuck on a tutorial. All scripts
in this Final Project are extensively commented for
this specific purpose. This final project can also be
used by any student already familiar with all given
topics, who wants a basic but properly implemented
starting point of a RPG that they can build upon to
create their own game.
Figure 3: First person view with the manakin displaying its health The second folder “TutorialProject'' contains
and an NPC in the background.
all the starting material the students will need for each
of the individual tutorials. It is set up in such a way as
to give the students an example of how to properly
organize sub-folders in any of their own future Unity
projects. This is the folder that any student wanting to
follow the tutorial will save their work in according to
the instructions in the documents. This folder contains
some assets, prefabs and scenes (marked with the
Figure 4: In-game Quest UI.
prefix “S_” that stands for “Start”) that the students
9
are provided with, to prevent them from having to do teaches them in a pedagogical manner. The Challenge
everything from scratch. Yourself sections, as described in 3.4 Artifact Design,
serves as reflectionary exercises where the students
4.2. Documentation need to think about the work they've just completed
and consider alternative ways to apply their new
‘RPG Starter Kit - Introduction document’
knowledge.
describes the project and its intended purpose. It also
gives instructions on how to download the Unity
4.3. Implemented tutorials
project and how to use it together with the tutorials.
This document is accessible in Appendix 1. Due to time constraints not all Optional
The tutorial documents follow a template; tutorials listed in 3.4 Artifact Design were
each document has a Title, Introduction, Starting implemented. Here is a list and description of all
Scene, Tutorial content and Challenge yourself implemented tutorials, all of them can be accessed
sections . In Figure 6 below you can see a visual through the links of the Appendix 1:
representation of the general structure of the
mentioned tutorial documents. I. Player Character w/ The Input System
In this tutorial the students are taught how to
use the Unity input system to set up and
implement a first person player character.
This is taught to them in three main steps.
A. How to set up the input system and
how to create new actions and bind
them.
B. How to properly set up a player
character game object in Unity.
C. How to code player movement and
camera rotation.
Figure 6: General structure of the tutorial documents

The title and introduction, which always when II. Background Sound And SFX
possible includes a gif that shows the final result of In this tutorial the students are taught how to
the tutorial, gives the student a good idea what they implement background sounds/music and
will achieve in this tutorial and how they will get to different SFX’s using Unity’s own Audio
the final point. The Starting Scene matters for students Source library. This is achieved through the
that don’t follow the linear progression as shown in following steps.
Figure 7 and it tells them which scene they should use A. How to create an SoundManager that
to apply the tutorial instructions to. The main content will hold any sound methods we need
of the tutorial then explains step by step, with pictures and function as a sound bank
when necessary, what the students need to do and
10
B. Learning about singletons and how to D. Setting up the Audio Mixer to
implement them? separate different audio channels and
C. How to trigger a Sound effect from make them code accessible.
various scripts. E. Implementing the alteration of the
different volume channels in code.
III. Interaction with Objects through
Raycasting and Interfaces V. NPC Dialogue using Scriptable Objects
This tutorial teaches how to create a simple In this tutorial the learning topic is how to
yet effective interaction system using create dialogues with NPC’s using scriptable
raycasting and interfaces. This system can be objects to save dialogue information and
used in the game to interact with objects. This coroutines to write out the text letter by letter.
goal is reached through the following process. This in combination with the knowledge
A. Learning about what interfaces are acquired in the 3rd tutorial on interaction. The
and how they work? following steps are depicted to get to the final
B. How to implement ray casting and product.
retrieving information from the ray. A. Preparing the scene by making the
C. How to implement the interface in NPC interactable and setting up the
other scripts. Dialogue UI.
B. Learning about Scriptable Objects
and their utility.
IV. Pause Menu and Settings C. Learning about Coroutines and how
Here students are taught the basics of Unity they are executed.
UI and how to set up and implement the UI to D. Creating the Dialogue Manager
allow the alteration of different Audio and singleton which will be incharge of
Graphical settings. They are introduced to the loading and displaying the text to the
majority of UI elements (buttons, dropdowns, player.
sliders etc..). This tutorial contains the E. Learning about Queues and how to
following main steps. use them in connection to Coroutines
A. Creating and setting up the Pause to display the text letter by letter as to
Menu and learning about the different mimic a text animation.
UI elements provided by Unity VI. Animations
B. Implementing the pausing and Learning about the Animator controller and
unpausing of the game its basic usages is very important to
C. Implementing the graphical settings understand how Animations work in Unity. In
such as screen resolution, mouse this tutorial it is also taught how to create a
sensitivity and full screen option simple custom animation using the Animation
View and property altaration. This is

11
accomplished through the following B. Introducing Actions and how they are
approach. used to ensure that only goals of the
A. Setting up and getting familiarized correct type subscribe to the correct
with Unity’s Animator Controller and Action.
understanding the basics of using C. Creating and implementing the Goal
States to trigger different animation script which is used to track the
according to the value of different progress of specific objectives within
parameters. the game, such as interacting with
B. Triggering different states through certain items or killing specific
code. enemies.
C. Learning how to create a simple D. Creating the Quest script which holds
animation through the Animation all information about a specific quest
view to make a game object grow in such as title, description and goals.
size and twirl when interacted with E. Implementing PlayerQuests scripts
D. How to trigger this new animation which keeps track of all active quests
using Unity’s Animation component and checks if they are completed or
(as opposed to Animator). not.

VII. Particles IX. Combat System


This tutorial introduces Unity’s built in In the final tutorial the students learn
particle system and how to use it in order to how to create a simple melee combat system
simulate different visual effects (in this case a including different weapons to pick up,
stinking fish) following these steps. damageable targets and health bars displaying
A. Adding Particle System component to their remaining health. The following core
a game object steps allow the students to achieve the above.
B. Adjusting its properties A. Implementing the Scriptable Object
class SO_Weapon which stores the
VIII. Quests data of different weapon types.
This tutorial teaches the students how to set B. Creating the PlayerWeapon object
up and code a robust questing system which through interaction allows the
allowing the player to receive and complete a player to change the weapon they are
quest in which they need to interact with a currently wielding and acquiring its
specific object. They are taught how to new stats.
achieve this following this procedure. C. Creating a damageable target using
A. Following a quick text description of previously acquired knowledge of
the quest system in its entirety Interfaces. Giving a target health and
describing how all elements interact making it take damage when being
and are connected. struck by the sword.

12
D. Altering the PlayerSwingAnimation followed in correct order. An example of this is
script to include a collider on the Interaction and NPC Dialogue tutorials; the latter uses
sword and triggering collisions with interaction logic to trigger the conversation with an
damageable targets to make them lose NPC. When the tree branches off, the students can
health. pick which path to take first but it’s suggested they do
E. Setting up and implementing a health both before continuing to the next level. The reason
bar that displays the targets remaining the tutorials are also independent was to make the
health and changes color depending tutorials flexible to the students' needs and give
on the health. students with previous knowledge on the topics ability
to skip ahead. Unforeseen but very welcomed benefit
was also to make testing of the individual tutorials
easier.

5. Results
This section gathers the results of the testing of the
project. 9 first year students of the Game
Development program at MAU as well as 4 domain
experts (teachers and assistants of DA335B course)
assessed the artifact and were interviewed. The quotes
are a literal transcription of the answers and the square
brackets add the context when needed. Each quote is
followed by a tester ID, E stands for expert and S
stands for student (example E1 - expert one). This
displays an overview of the opinion each tester had of
the thesis project as a whole as well as show that some
testers were very engaged and others more reserved in
all aspects of the project.

5.1. Domain Experts test results


Figure 7: Suggested linear progression of the implemented
tutorials. I. Usability and relevance of the project
Overall feel about the artifact was positive
The tutorials are independent from each other and can from the domain experts. Words like “well structured”
be followed in any order but they also have a and “useful” were used to describe it when prompted
suggested linear progression, as depicted in Figure 7, to share their impressions. Chosen topics were
for students that want to follow through all tutorials. deemed important and “relevant” and no expert could
This kind of progression is suggested since some come up with a topic that they felt were missing and
tutorials use objects and scripts created in previous needed to be included in the artifact. The structure of
tutorials that will make more sense to students if the tutorials themselves was satisfactory. Some
13
experts thought it was “fine”, others thought the positive way of evaluating students on their learnings
structure could be improved in different ways such as in the course. “I was just thinking that this Challenge
adding more pictures, different fonts and having more yourself thing could have a lot of potential to become
detailed instructions. They liked inclusion of tips and a means of evaluation. Especially, if we want to
3 out of 4 domain experts commented positively on explore peer evaluation.”(E1) is a quote that came up
the gif at the beginning of each tutorial without being on the subject. A different point that was brought up is
specifically asked about it. “It gives you something, “I think that if these assignments [Challenge yourself]
[an idea] of what to expect as an outcome [of the were used as an examination then it would need to be
tutorial].”(E3) Challenge yourself section was maybe formalized… to what is actually the
received very well. Comments like “I think this is requirements for the examination”(E4).
great because a lot of times you can learn something When asked about if the project would have a
but you don’t really think about what it actually does. better use as part of the Unity workshops provided by
… it can be used for students to get a better grasp of the course or as material that students would complete
what they just did”(E2) and “[Challenge yourself individually as homework assignments, all domain
section is] very important because after you finish the experts were in agreement that integrating this project
tutorial, you have to do something on your own. So into the workshop would be beneficial. Two experts
actually you learn, when you have to face a different were convinced that using this as part of the
situation.”(E3). workshops in correlation with evaluation (instead of
When discussing the usefulness of the artifact homework) would be the best use for this project.
to the course, the experts agreed it would be a good Another, despite agreeing that using this project as
pedagogical addition in one way or another. One part of the workshop would be good, thought that
expert stated “It would allow me to let the students having this as homework assignment would be better
learn stuff on their own and therefore relieving me or suited. Their reasoning was the fact that the
the teacher in charge from having to go through it workshops give an extremely basic overview of Unity
manually in a traditional classroom.”(E1). as an engine and the tutorials in the project would be
better suited as an extra challenge to complete beyond
II. Integration of the project in DA335B the workshops.
The domain experts were questioned on On the topic of timing and delivery of the
whether this material could be used as means of project there were varied opinions on when the
evaluating the course goals or if it should be strictly content should be introduced to students, with
given to students as optional material. Three out of the suggestions ranging from before the course to after the
four experts agreed that this project could be very workshops but before the project. Ultimately, the
useful to assist in the evaluation of students on certain consensus was that the content should align with the
course goals especially in allowing students to course structure and precede the project phase, acting
experience and reflect upon various game mechanics. as a semi-voluntary prerequisite.
Two of those three experts were like minded on the
fact that the Challenge yourself, with some 5.2. Students test results
improvements, could be turned into assignments for a
I. Usability and relevance of the project

14
The first year students that were tested, had an The topics of the tutorials seemed interesting
overwhelmingly positive view of the project. General and relevant to the students. Some testers were
consensus was that the project looks interesting, and interested in a specific tutorial whilst others thought
as one person commented: “As someone who’s never multiple, if not all, were exciting topics to learn.
worked with Unity before, I think it’s wonderful”(S8). Students were also asked which topic they thought
A lot of testers expressed that they felt the workshops could be added in the future. Subjects that were
the course provides were lacking in knowledge and brought up as an answer were: different camera
they didn’t feel prepared for the game they have to behaviors, setting up a level, creating cinematics,
make in the course. Someone stated “It [the multiplayer, map design and navigation, character
workshops] was really not enough and you’ve been progression.
sort of on your own trying to find stuff online.”(S9) II. Future development and portfolio
and another stated that the workshops “didn’t teach us When asked about usability of the project for
as much as this would teach us. If you spend a day future assignments and portfolio, most of the students
and go through all of these tutorials, you’re going to were encouraged to use it. Some had a hard time
have such a bigger understanding of Unity.” (S4) understanding the question relating to future courses
Although most tutorials were not completed since they haven’t encountered any assignments that
entirely during the testing, all students, including require an already developed game. However, after
those with some experience in Unity, stated that they some given examples from the interviewers, they all
have learnt something new. Some students said they expressed the need of the project to save time and
expanded upon previously obtained knowledge, others stated they see the use of the project in this case. Most
obtained completely new knowledge. One student of the students stated they would be willing to use it
stated that although they used the topic of their for future assignments, one student even stating “This
tutorial before, “.. I didn’t know this [vertical layout is the ideal situation to have this [for tight time
group] was a thing. So knowing this would have saved schedule assignments]”(S4). Two students said they
me a lot of time.”(S4). would rather develop their own game if the time
Seven out of eight students (for one student, allows it since “that is just more fun”.
this question was accidently skipped) that were asked In regards to using the project as a portfolio
which tutorial they would start with if they would be piece the answers were not unanimous. Most students
given this project in the course, stated that they would would consider using it in the portfolio as “...it’s a
follow the tutorials in suggested order from start to very good ground to have and also for the first
finish since they want to learn everything and deemed portfolio piece”(S1), “I feel like you also give the
the tutorials useful. Some even pointed out they would person doing the tutorial a lot of freedom because it is
like to take time and redo/finish the tutorial they were not very niche. … Everyone can just continue
tested on and take proper time on it. One student developing it as they see fit.”(S8). One student stated
stated they would skip the ones they have knowledge they would “use it as a reference if not implementing
of and gave an example: “I’ve made a text-based that directly”(S3) while a different student stated they
game before with NPCs that you could talk to …, so wouldn’t use it since “it would just feel like I’m
NPC dialogue, I already have a good idea of”(S6).

15
editing another person’s game”(S6). The summarized they felt the best time to introduce students to it would
answers are represented in Figure 8 below. have been at the start of the workshops so that they
could follow through the tutorials at the same time as
the workshops. The last tester agreed that it could be
delivered in cooperation with the workshops but put
emphasis on the fact that it should be delivered before
the start of the practical part of the course. They
related to the use of this project as a way for students
to make a choice on which game engine to use for
creating their game, saying the following “I feel like
Figure 8: Results to questions about future development and usage the whole point with the workshop is kind of like for
of the project in portfolio you to be there, decide whether you like this engine or
III. Integration of the project in DA335B
not”(S7).
When discussing timing for the project
The next matter discussed was whether the
delivery, the students were prompted with three
testers thought the project’s value would be better put
options, “As early as possible”, “At the start of or
forth as part of an obligatory evaluation or as optional
during the workshops” or “After the workshops and
material that students could choose to complete or not.
before the course project”. As seen in Figure 9 below
The division of answers can be seen in Figure 10
the answers were split.
below.

Figure 9: Results to the question about when to best give students


access to the project in the DA335B course. Figure 10: Results to the questions about the student’s opinion on
the project being delivered as an obligatory evaluation vs optional
work.
The majority of the testers (5 out of 9) were in
Despite the answers being split, the fact that both
agreement that they would have wanted to have access
options had their respective advantages and downsides
to it as early in the course as possible, some even
was agreed upon. Five testers thought the project
expressing their desire to be introduced to the content
would be better served as optional material that
before the course started. One student said the
students could follow through if they want to learn
following “So maybe somewhere in the fall you get
more. One tester mentioned that having it as
this tutorial and do this in your free time, if you have
evaluation might be difficult due to “Some people
time. That would be nice to have, feel like you're
may be like, I already know all this thing, and I have a
prepared for the course”(S9). Another 3 testers said
16
different mentality … I have maybe my own code the project being completed as homework vs during workshops

that's way better or whatever”(S7). Another


mentioned that this would be better served as optional Only one tester was adamant that this template would

material which gives the students the opportunity to work best as part of the workshops. They mentioned

learn everything they need to showcase in the that having it then would make it easier for the

practical part of the course, rather than students being teachers to provide assistance on the material when

evaluated on the content provided by the project. needed, as well as for the students to be able to have

Three testers expressed that in their opinion there was conversations with other students or teachers on

no wrong choice and either obligatory or optional different ways to implement the Challenge yourself

would work just as good. One of them said “if it sections. The rest of the testers were evenly split, one

would be mandatory everyone would have to do it and half thinking it would be more valuable to students as

learn that way … as extra material that would be good homework and the other half being of the opinion that

also because the students wouldn't stress through it it would bring the same value to students whether it

and do it just because they want to”(S3). One tester was part of the workshops or homework assignment.

said they think the template would be better used as an 6. Discussion


obligatory content that would be easy enough for The RPG starter kit project we have
everyone to follow through and have a good developed with the combination of the tutorials seems
understanding of Unity before starting their own game to be a good way of utilizing Unity to teach students.
projects. In their own words “It still teaches you a lot The students we interviewed were very motivated to
of things and I feel like putting a grade on it will give use the thesis project to learn game programming
people the incentive to actually work through it and topics. Generally, they expressed the wish to have
actually understand Unity before jumping into their access to it during the workshops that took place 3
own projects“(S8). months prior to the testing and were somewhat
The testers were also asked about their disappointed learning that this is planned to be given
opinion on the material being used as part of the to the students next year. They felt the artifact was
existing Unity workshops or given as homework giving and well needed in the course. The students
assignments and the results to that question can be themselves indicating interest in working in this
seen in the Figure 11 below. environment, even in their free time, shows the
capabilities of the project as a positive and engaging
way of teaching game programming through Unity.
Although the student testers were very excited at the
prospect of this content being available to students
during the course (DA335B) as a teaching tool, the
domain experts were torn. This was due to their
concerns about the improvements and changes
required to make this artifact officially part of the
course as a means to evaluate the course goals.
Figure 11: Results to the questions about the student’s opinion on Another concern that was brought up by the domain

17
experts was the need for maintenance with newer have more time. This highlights the potential scope
versions of Unity constantly being released. Despite for improvement when it relates to the testing methods
this the domain expert still thought that the potential and data gathering.
of this artifact as a great teaching tool was an The fact that the testers gave different answers
interesting opportunity and that it would definitely be regarding which tutorial piqued their interest the most,
a very valuable asset to the students. This emphasizes proves different interests students have as well as the
the need for future work on this thesis project but also good variety of the included topics. On top of that
highlights the encouraging view of domain experts almost all students struggled coming up with a topic
around the possibility of this, one day, being they would want to add to the project. This also shows
integrated into the DA335B course as an official part that the included topics cover enough core aspects of
of the syllabus. game programming in Unity.
The look of the project and its structure was All students learned at least one new piece of
well received by both domain experts and students, information when testing, and it was brought to our
however the tutorials potentially need more work. attention that since the course game project is done in
Most students thought that the instructions included teams of 4-6 people, some students don’t get the
an extended amount of text and expressed they would opportunity to learn everything that is expected from
prefer having more pictures. Some students still them. One person commented: “...[in my group]
realize that this would be hard to do since we are someone else fixed the inputs and stuff so I haven’t
trying to teach the students that don’t have much seen how to do that and you showed me how easily
experience and instructions need to be detailed. One that is done. It calms me down that oh yeah, maybe it
student even commented: “I was about to say maybe isn’t that hard.”(S3) This artifact gives the students an
have less text but then I think that; no, the text that is opportunity to get familiar with basic game mechanics
here is the text you need.”(S6) The domain experts in the context of a game engine which they might miss
agreed with the students as they pointed out the working in a group. This is further supported by the
importance of creativity to capture students’ attention. fact that almost all students wanted to follow all
Some examples for improvement were given, such as tutorials in the suggested order as they didn’t want to
adding more figures, giving different text elements miss any important information and were knowledge
different fonts and breaking up the text flow in hungry. Accomplishing this was not an initial goal of
different ways. The structure of the Unity project the thesis project, but it sets forth another manner in
however seemed to make sense and didn’t need which the project could be a beneficial teaching tool
changing. to the DA335B course.
Most students didn’t have a hard time In relation to the usage of the artifact in the
navigating in Unity and following the tutorials, but DA335B course, the results showed that the optimal
there were some overlooked issues that had to be way forward would most likely be to provide the
clarified during the testing. This could be due to stress students with the content as early in the course as
and time limit from our site but also students, as some possible, for them to explore it both individually at
expressed they would click on the follow up links and home and with assistance during the workshop
read instructions better, if they would be at home and sessions. An interesting suggestion was given: “if you

18
can do it as homework so you can focus on it at home section as an evaluation is that “the students would
and then come to the workshops if you have any have a chance to decide which things they want to
questions that would be my favorite”(S3). This aligns learn more about. To kind of start getting specialized
with our opinion on the optimal way of delivering this towards for example user interface or some player
project to the students as it caters to students of all character mechanics, and so on and so forth.“(E1)
levels. Beginners can give it a try on their own at As shown by the majority of the students'
home and have the necessary assistance available to interest and willingness to develop the RPG further
them during workshops, while more advanced and use it as a platform to solve assignments in future
students can work on the project in their own time and courses, this artifact could serve both as a personal
develop it further as they see fit. One tester that project for the students to personalize and add as a
thought it was better used as homework gave us the major portfolio piece. It could also be used by
following interesting quote: “I think homework is teachers of different courses as teaching/assignment
actually good, because it forces you to be material. The benefit of the artifact providing a
accountable”(S5) which made us realize that the version where all currently designed tutorials are
students had different understanding of what the word implemented, is that it would be relatively
homework entitles. It seemed that some thought of it straightforward to design new tutorials in the same
as obligatory home assignment and others as optional format as the currently implemented ones for students
work to do in their free time as the following quote to follow through and learn the basics of the concept
mentions: “It could work as homework… It's not at hand. Furthermore if students are familiarized with
something you've got to do. It's more like a teaching this artifact in the first year, teachers could take this
moment.”(S6). into account when designing assignments for their
As noted by the domain experts, this artifact, respective courses. It would allow them to broaden the
with some improvements and clarifications, could in scope of the assignments, increasing them in difficulty
the future be turned into a means for evaluating the and size without needing to take into account the time
students on what they have learned through the students would normally spend on creating a basic
workshops. Although it is still unclear in what manner game from scratch. This would in turn mean students
the course teacher would use this to evaluate students, would have the opportunity to learn more and
the idea of using peer review, where students would implement the new concept in a more relatable way.
analyze each other's work, was brought up. As In relation to social aspects, the affected
expected the Challenge yourself sections were seen as parties are primarily the students of the Game
having the biggest potential of becoming an development program at MAU and their teachers.
evaluating method, where as for example one of the Although the implementation of the project in the
domain experts said “this can be done by the teacher, program could be time-consuming, it should ease the
for instance, having a pool of exercises from these teachings and save time in the long run. The students
extra challenges [Challenge yourself] on canvas and should be positively affected as having more help,
then assigning each student as a peer reviewer of instructions and content to go through in the manner
another student“(E1). It was also mentioned that we implemented should ease their studies and the
another positive of using the Challenge yourself learning curve of Unity, as this was the main objective

19
of the project. Having students learn the game engine, RQ2: To what extent can this artifact be integrated
such as Unity, could potentially affect the rize of game in the System development with focus on games
engine users even more. Spreading the awareness of course (DA335B)?
what game engines can do could encourage some If integrated into the DA335B course this
game developers to develop their own game engine project would ensure that all students have the
and expand the game engine market. On the other opportunity to learn important game programming
hand, some students could start feeling too topics which they might miss out on working in large
comfortable in Unity and avoid learning other game groups on the project. This would ensure that all
engines such as Unreal Engine, which could have a students meet the learning goals of the course. This
negative impact on their career as Unity had some project could also serve the course as a means of
recent controversies and other game engines such as evaluation where students would be able to complete
Godot and Unreal are having more users than ever. either the tutorials or the Challenge Yourself section
and proceed to present their learnings from the work

7. Conclusion and Future Work completed. However, for this to be possible, more
work would need to be done on this project.
7.1. Conclusion
RQ3: How can this artifact be used after the
The overwhelmingly positive and enthusiastic DA335B course in relation to future projects that
feedback given by the student testers, who showed a students will make?
great desire for being provided with this artifact when The results show that the design and structure
they were following the course, underlines its of the thesis project would encourage the majority of
motivating and engaging way of learning. The vision students to expand and work further on the project due
for the potential of this project as a teaching tool was to its openness and creative limitlessness. They would
shared by the domain experts. However, addressing even use it in their portfolio and to complete
the concerns raised by these domain experts regarding assignments in further courses where time restraints
maintenance and evaluation methods is very important prevent them from creating a new game from scratch.
to ensure the long term viability of the artifact as a
teaching resource. Dealing with these improvements 7.2. Future Work
is also crucial to the official incorporation of the
During development and testing some
project into the DA335B course.
improvement to the artifact and the testing methods
RQ1: How helpful can project based tutorials be at
used were discovered. First and foremost, it was
teaching game programming in higher education?
brought up during the pre-seminar that it could be
From the results of this research it can be
good to interview current students about which topics
deduced that creating a template project accompanied
should be included in the project before the project
by text format tutorials which cover basic and not
starts. At this point however, the project was already
niche topics is a positive, interesting and motivating
completed with all chosen topics implemented. It was
way of using Unity to teach game programming in
decided to interview students and teachers on this
higher level education.
topic anyway, as a means to include it as future work.
From the topics suggested by the testers, newly
20
sparked ideas and the topics we didn’t manage to freely browse the tutorials and text would be given out
implement, we would suggest to implement in the in small sized bites.
future the following: Level design (touching on
setting up the scene, prefabs, grids and terrain
generation), Lighting (different kinds of light
sources), Inventory (as a means to expand pick up and
questing system), Enemies (with very simple AI) and
Character progression (level ups, stats and
experience). These topics seem like a good next level
to learn for an RPG kit and are still generic enough to
help with other game genres, though they might be a
bit too advanced for first year’s students. This should
be taken into consideration if this project is ever
expanded upon.
Considering the time limitations of the thesis
project, extended testing at the appropriate time would
show more exact results. We would suggest testing
groups of first year students and give them the artifact
with instructions at different times in the course to get
a better understanding of when the RPG starter kit
gives the most value to the students. Another
interesting point that would be great to be tested is the
use of the project as obligatory versus non-obligatory
content since both students and teachers were split.
Since this thesis paper has not tested the Challenge
Yourself sections as an evaluation method , we suggest
conducting testing on their potential as a means of
evaluating the students on the goals of the course.
This could be achieved through for example, as
suggested by one of the domain experts, Peer-to-Peer
evaluation , where students are asked to evaluate each
other’s work.
Lastly, the already existing tutorials could be
made more interesting by adding more pictures and
changing fonts, with intent to capture students’
attention. It could be also made more accessible
turning this project into a webpage where students can

21
References [10] A. Radenski, ‘Freedom of choice as motivational
factor for active learning’, in Proceedings of the
[1] ‘Spelutveckling TGSPA | Malmö universitet’. 14th annual ACM SIGCSE conference on
Accessed: May 13, 2024. [Online]. Available: Innovation and technology in computer science
[Link] education, Paris France: ACM, Jul. 2009, pp.
[2] ‘Mau · Utbildningsinformation - DA335B - 21–25. doi: 10.1145/1562877.1562891.
Kursplan våren 2025’. Accessed: Apr. 08, 2024. [11] ‘Learn game development w/ Unity | Courses &
[Online]. Available: tutorials in game design, VR, AR, & Real-time
[Link] 3D’, Unity Learn. Accessed: May 08, 2024.
an/20251 [Online]. Available: [Link]
[3] Dataspelbranchen, Swedish Games Industry 2023 [12] A. R. Hevner, S. T. March, J. Park, and S. Ram,
Game Developer Index, Second Edition. ‘Design Science in Information Systems
Stockholm: The Swedish Game Industry, 2023. Research’, MIS Q., vol. 28, no. 1, pp. 75–105,
[Online]. Available: 2004, doi: 10.2307/25148625.
[Link] [13] K. Peffers, T. Tuunanen, M. Rothenberger, and S.
03bb7a65252b2d/t/654c9ece950b90706387302e/ Chatterjee, ‘A design science research
1699520218008/GameDeveloperIndex2023-EN- methodology for information systems research’,
[Link] J. Manag. Inf. Syst., vol. 24, pp. 45–77, Jan. 2007.
[4] ‘Detaljsida - Universitets- och högskolerådet [14] J. Nielsen, Usability engineering. Boston :
(UHR)’. Accessed: Feb. 21, 2024. [Online]. Academic Press, 1993. Accessed: May 07, 2024.
Available: [Online]. Available:
[Link] [Link]
ngsstatistik/detaljsida/?utbildningId=9F04383C86 [15] V. Braun and V. Clarke, ‘Thematic analysis.’,
A21C81CA4D6AA7EFD18A67&astasearchperio 2012, pp. 57–71.
d=HT23&astasearchfor=mau%20spelutveckling [16] ‘Unity Asset Store - The Best Assets for Game
&astasearchcategory= Making’. Accessed: May 13, 2024. [Online].
[5] P. E. Dickson, ‘Using Unity to Teach Game Available: [Link]
Development: When You’ve Never Written a
Game’, in Proceedings of the 2015 ACM
Conference on Innovation and Technology in
Computer Science Education, in ITiCSE ’15.
New York, NY, USA: Association for Computing
Machinery, Jun. 2015, pp. 75–80. doi:
10.1145/2729094.2742591.
[6] V. Kuznetsov, M. Moiseienko, N. Moiseienko, B.
Rostalny, and A. Kiv, ‘Using Unity to Teach
Game Development’:, in Proceedings of the 1st
Symposium on Advances in Educational
Technology, Kyiv, Ukraine: SCITEPRESS -
Science and Technology Publications, 2020, pp.
506–515. doi: 10.5220/0010933400003364.
[7] U. Technologies, ‘Unity Input System Easier
workflows for multiplatform projects | Cross
platform game development | Object-oriented
input system | Unity’. Accessed: Apr. 12, 2024.
[Online]. Available:
[Link]
[8] fire-walk-with-me,
‘fire-walk-with-me/Auto-Chess_Unity’. Jan. 17,
2024. Accessed: Mar. 06, 2024. [Online].
Available:
[Link]
_Unity
[9] valter100, ‘valter100/AutoChess’. Oct. 23, 2023.
Accessed: Mar. 06, 2024. [Online]. Available:
[Link]

22
Appendix 1 - Links to the project
Link to the GitHub Repository:
[Link]
Link to the introduction document: RPG Starter Kit - Introduction
Link to the folder containing all tutorials:
ThesisProjectTutorial
Links to individual tutorials:
1. Player character with input system 1. Player Character w/ The Input System
2. Background sound and SFX
2. Background Sound and SFX
3. Interaction with objects through raycasting and interfaces
[Link] with objects through Raycasting and Interfaces
4. Pause Menu and Settings
Part 1:
4. Pause Menu and Settings Part 1
Part 2:
4. Pause Menu and Settings Part 2
5. NPC Dialogue using Scriptable Objects and Coroutines
[Link] Dialogue using Scriptable Objects
6. Animations
6. Animations
7. Particles
[Link]
8. Quests
8. Quests
9. Combat System
9. Combat System

Appendix 2 - Testing process


This appendix lists the plan of the testing process.
1. Thank you for agreeing to the test. Would you be comfortable if this test was taken in english? This is
because the thesis is written in english and we don't want to lose important information in the translation. If
not, Swedish works fine as well.
2. Consent: We will be recording voice through the testing. We are doing this to ease the analysis part of the
paper and the actual recordings won't be available in the final thesis, just the transcription quotes. Your
name will not be used. Do we have your consent?
3. Read the Introduction document to the project.
23
4. Questions:
a. Do you have any questions so far?
b. Are you familiar with the Thinking aloud method?
It’s a method that as you test, you try to be as verbal as possible, sharing what you feel, wonder,
how you experience the progression, so that the observer gets better insight. Observer takes notes,
and will be mostly quiet.
5. (If time allows it) Start by downloading the project and try navigating to the correct folder OR navigate to
the right folder and start following the tutorial.
6. You will have approximately 20 min to test the tutorial but don’t feel stressed about the time, it's okay if
you don’t manage to finish the whole tutorial. Feel free to start when you are ready. (Domain experts
browse the project freely and check out multiple tutorials).
7. Follow up testing with interview questions depending on the group being tested.

Appendix 3 - Group A Interview Questions


What is your overall feel about the project?
Was there a specific tutorial that piqued your interest from all topics in the introduction?
Did the introduction of the tutorial give you a clear idea of what you were going to be working on?
Did the tutorial you worked through provide any new knowledge that you haven’t been taught before?
How did you experience the Challenge yourself section? What were your thoughts?
How could we improve the tutorial or the project?
If you could add one tutorial topic, which would it be?
If you would be given this project in the System development course, which tutorial would you start with?
Do you think there would be better use for this project as a part of the evaluation in the System development course
or as an extra material given to students?
At what point in a System development course would this content give the most value to the students?
What are your thoughts on this being a part of workshops versus this being given as a homework assignment?
If you were given this project during the Unity workshops, would you be encouraged to use it for future
assignments?
Would you consider continuing the development of this project and eventually use it in your portfolio when
searching for a job?
As we have more tutorials to test we were wondering if you know any other schoolmates that might be willing to
also participate in the testing?

Appendix 4 - Group B Interview Questions


What is your overall feel about the project?
What is your opinion on the topics that the project includes?
Is there any topic that you think could be added to the project?
What do you think of the structure of the tutorials?
How did you experience the pace of the tutorial you checked?
Do you think the Challenge yourself section can be useful both for teachers and students?
Which part of the artifact do you think will be most useful to the course?
Do you think this artifact could enable you to teach the students more than without it?
Is there anything you can think of that can be improved?
Do you think there would be better use for this project as a part of the evaluation in the System development course
or as an extra material given to students?
What are your thoughts on this being a part of workshops versus this being given as a homework assignment?
At what point in a System development course would this content give the most value to the students?

24

You might also like