강의로 돌아가기
Middle
As A Backend Developer I Want To Create Simple 2 D Game In Unity Using Ai
This course is designed for backend developers transitioning into 2D game development with Unity. It covers the essential architectural bridge between C# backend logic and Unity's component-based lifecycle, leverages AI tools for rapid prototyping and asset generation, and guides you through project management, UI implementation, and deployment.
Transitioning from Backend to Unity & Environment Setup
Designing 2D Game Concepts with AI Assistants
2D Game World & Physics Basics
AI-Assisted Asset Generation (Visuals & Audio)
AI-Driven Coding & Scripting Gameplay
Game State Management & Save Systems (A Backend Approach)
UI, HUD, and Scene Management
Testing, Polishing, and Portfolio Publishing
Local Data Persistence: JSON Serialization and PlayerPrefs
Implement robust local storage using JSON to mimic database persistence for player save states.
SAVE & LOAD SYSTEM in Unity
How to Build A Save System in Unity
Simple Saving and Loading with JSON to a File (Unity Save System Tutorial for Beginners)
Simple Saving and Loading with PlayerPrefs (Unity Tutorial for Beginners)
Basic Saving and Loading in Unity with PlayerPrefs