CS2335
Ctrlk
  • Introduction
  • Introduction
    • Introduction
    • Unity - Download
    • Visual Studio - IDE
    • Unity Manual, Scripting API
  • Unity Basics
    • Unity Editor Windows
    • Behavior Components
    • 2D Project, Scenes
    • MonoBehavior - Base-Class
    • Create a Custom C# Script
  • Game Coding Structures
    • Games Overview
    • Unity Engine - Event Functions
    • Finite State Machines
    • UML Class Diagram
  • Animation
    • Animator Controller
    • Animation Steps
    • PlayerController.cs V0
  • Project 1 - Player
    • Player GameObject v1
    • Player GameObject - Jump
    • PlayerController.cs V2-Jump
    • PickUp PreFabs
    • PlayerController.cs V3-Collide
    • GameData Version1
    • GameData Version2
    • PlayerController V4-Score
  • Project 1 Details
    • Project1 GameObjects
    • PlayerStats Version1
    • Utility Class
    • Simple Spawner
    • MiniGameManager
  • Project1 Enhancements
    • PickUp - SelfDestruct
    • Spawn from List of Prefabs
  • Project 2 - StateManager
    • Project 2 - Learning Objectives
    • Project 2 - Starter Assets
    • State Machine Framework
    • StateManager - Singleton Design Pattern
    • Interface IStateBase
    • Create SceneXState.cs
    • OptionPanel Prefab
    • Project 2 - List of Steps
    • Project 2 - Starter Code
  • Project 2 -Dialogue
    • Hide_Show_Panel Script
    • Edit OptionPanel
    • Simple DialogPrefab
    • Conversation Entry
    • SimpleDialog.cs
    • ScriptableObjects
    • Conversation Scriptable Objects
    • DialogManager_ConvList
  • Overview: Branching Logic
    • DialogTrigger
    • Dictionary Data-Structure
    • GameData Version3
    • Dictionary: choiceData
    • Configure UI-Button Listeners
    • UI-Triggered Animations
    • Simple Inventory
    • EndState Conditions
    • Script ExecutionOrder
    • Custom UnityEvents
    • PlayerStats v2
    • Text Input
  • UI Components
    • Finding Game Objects
    • Game Objects: UI vs. 2D Sprite
    • UI Elements
  • Proj4: Inventory System
    • Inventory-System
  • Custom Unity Events
    • Event Publishing Patterns
    • Custom Event Messaging
  • Proj4: Mini-Game
    • Simplified Mini-Game
    • MiniGame-Overview-Proj4
    • LevelManager
    • Timer
  • Project 4 - Code Mods
    • Project 4 - Steps
    • Project 4 - Code
  • Optional, Supplemental Content
    • Optional Content
      • Particle Systems
      • Adding Audio
      • Screen Fading and Reloading
      • ScriptableObjects
      • Disable Debug Logging
      • Events and Actions
      • Saving Data - Serialization
      • Parallax Scrolling
      • Change Sprites
    • XR - Extended Reality
  • Computing Concepts
    • Programming Patterns
    • C# Language
    • Diagrams
    • Tools
    • Glossary
    • References and Resources
    • Random Thoughts
Powered by GitBook
On this page

Was this helpful?

  1. Optional, Supplemental Content
  2. Optional Content

Parallax Scrolling

Tutorial - Pixelnest.io

Tutorial - Tuts Plus

Unity Asset Store

Free Parallax For Unity

PreviousSaving Data - SerializationNextChange Sprites

Last updated 5 years ago

Was this helpful?