Udemy
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
Development
Web Development Data Science Mobile Development Programming Languages Game Development Database Design & Development Software Testing Software Engineering Development Tools No-Code Development
Business
Entrepreneurship Communications Management Sales Business Strategy Operations Project Management Business Law Business Analytics & Intelligence Human Resources Industry E-Commerce Media Real Estate Other Business
Finance & Accounting
Accounting & Bookkeeping Compliance Cryptocurrency & Blockchain Economics Finance Finance Cert & Exam Prep Financial Modeling & Analysis Investing & Trading Money Management Tools Taxes Other Finance & Accounting
IT & Software
IT Certification Network & Security Hardware Operating Systems Other IT & Software
Office Productivity
Microsoft Apple Google SAP Oracle Other Office Productivity
Personal Development
Personal Transformation Personal Productivity Leadership Career Development Parenting & Relationships Happiness Esoteric Practices Religion & Spirituality Personal Brand Building Creativity Influence Self Esteem & Confidence Stress Management Memory & Study Skills Motivation Other Personal Development
Design
Web Design Graphic Design & Illustration Design Tools User Experience Design Game Design Design Thinking 3D & Animation Fashion Design Architectural Design Interior Design Other Design
Marketing
Digital Marketing Search Engine Optimization Social Media Marketing Branding Marketing Fundamentals Marketing Analytics & Automation Public Relations Advertising Video & Mobile Marketing Content Marketing Growth Hacking Affiliate Marketing Product Marketing Other Marketing
Lifestyle
Arts & Crafts Beauty & Makeup Esoteric Practices Food & Beverage Gaming Home Improvement Pet Care & Training Travel Other Lifestyle
Photography & Video
Digital Photography Photography Portrait Photography Photography Tools Commercial Photography Video Design Other Photography & Video
Health & Fitness
Fitness General Health Sports Nutrition Yoga Mental Health Dieting Self Defense Safety & First Aid Dance Meditation Other Health & Fitness
Music
Instruments Music Production Music Fundamentals Vocal Music Techniques Music Software Other Music
Teaching & Academics
Engineering Humanities Math Science Online Education Social Science Language Teacher Training Test Prep Other Teaching & Academics
AWS Certification Microsoft Certification AWS Certified Solutions Architect - Associate AWS Certified Cloud Practitioner CompTIA A+ Cisco CCNA Amazon AWS CompTIA Security+ Microsoft AZ-900
Graphic Design Photoshop Adobe Illustrator Drawing Digital Painting InDesign Character Design Canva Figure Drawing
Life Coach Training Neuro-Linguistic Programming Personal Development Personal Transformation Mindfulness Life Purpose Meditation CBT Emotional Intelligence
Web Development JavaScript React CSS Angular PHP Node.Js WordPress Vue JS
Google Flutter Android Development iOS Development React Native Swift Dart Programming Language Mobile Development Kotlin SwiftUI
Digital Marketing Google Ads (Adwords) Social Media Marketing Google Ads (AdWords) Certification Marketing Strategy Internet Marketing YouTube Marketing Email Marketing Retargeting
Microsoft Power BI SQL Tableau Business Analysis Data Modeling Business Intelligence MySQL Data Analysis Blockchain
Business Fundamentals Entrepreneurship Fundamentals Business Strategy Business Plan Startup Freelancing Online Business Blogging Home Business
Unity Game Development Fundamentals Unreal Engine C# 3D Game Development C++ 2D Game Development Unreal Engine Blueprints Blender
30-Day Money-Back Guarantee
Development Game Development Unity

Unity ゲーム開発:インディーゲームクリエイターが教える C#の基礎からゲームリリースまで【スタジオしまづ】

初心者OK!C#を使って複雑なGameを自分で開発しよう。コースの終わりにはオリジナルRPGを App Store&Google Playでリリースしよう!!!
Bestseller
Rating: 4.7 out of 54.7 (750 ratings)
5,496 students
Created by 嶋津 恒彦
Last updated 3/2020
Japanese
30-Day Money-Back Guarantee

What you'll learn

  • Unityでゲームを開発する方法
  • ゲームをストアにリリースする方法
  • C#を中心とするプログラミングの基礎知識
  • RPGゲームを作成する方法
  • 2Dゲームを作成する方法

Course content

15 sections • 122 lectures • 13h 24m total length

  • Preview01:14

  • Preview01:14
  • Unityのインストール
    17:29
  • Unityの初期設定(スクリプトエディタの設定)
    12:07
  • VSCodeのインストールと設定(PCの動作が重い人向け)
    05:34

  • はじめに
    01:34
  • Preview08:11
  • Preview11:23
  • Imageコンポーネントの操作
    08:09
  • HPバーの操作
    08:01
  • (必修)別オブジェクトの操作方法 〜オブジェクトの取得方法について〜
    08:48
  • 演習
    11:55
  • セクションのまとめ
    02:52

  • 作業効率爆上がり!講師も使っているショートカットキーの解説
    07:22

  • はじめに
    01:44
  • コンソールとコメントアウト
    05:52
  • 変数の宣言
    05:17
  • 変数の型
    04:30
  • Preview14:12
  • 文字列の連結とFormat
    04:26
  • if文
    06:39
  • switch文と演習
    08:37
  • 繰り返し処理 whileとfor
    11:06
  • 配列の基礎と応用
    12:29
  • Listとforeach
    14:29
  • 関数(メソッド)の作成と応用
    07:21
  • 【演習】nからmまでの偶数の和を求める関数を作成せよ
    09:00
  • 【演習】3のつく数字と3の倍数でアホになる演習問題
    13:01
  • classの作成と利用方法
    10:03
  • Propertyの作成と利用方法
    05:07

  • はじめに
    00:59
  • Preview03:21
  • Preview05:13
  • タップ入力の取得
    02:17
  • オブジェクトの非表示/表示/破壊
    05:10
  • スクリプト上でのコンポーネントの取得と利用
    04:52
  • Textオブジェクトの取得と変更
    03:07
  • オブジェクトのプレファブ化
    02:15
  • オブジェクトの生成と親要素の変更(InstantiateとSetParent)
    05:53
  • セーブとロード(PlayerPrefsの利用)
    05:33
  • Json化(オブジェクトを文字列に変換)
    05:38

  • (必須)追加版のお知らせ!
    02:14
  • Preview00:54
  • プロジェクトの作成&プラットフォームの指定&画面サイズの設定
    04:34
  • シーンの作成
    05:29
  • ボタンの作成
    05:25
  • ボタンによるシーンの移動
    10:43
  • 進行度の更新
    04:57
  • PlayerStatusViewの作成
    06:48
  • PlayerModelの作成
    07:52
  • モンスターの出現タイミングの作成
    06:59
  • モンスターModelの作成
    10:58
  • 出現モンスターの表示
    10:30
  • モンスターのタップ検出
    09:22
  • 攻撃の実装
    07:59
  • モンスターHPの描画とステータスの更新
    14:57
  • PlayerModelの永続化
    05:54
  • セーブとロード
    08:42
  • 複数画面サイズへの対応
    05:34

  • はじめに
    00:34
  • Preview09:19
  • デベロッパー登録
    02:45
  • アプリ掲載情報の登録
    12:30
  • Google Play に.apkファイルを提出(リリース)
    08:04

  • はじめに
    01:05
  • Preview05:00
  • Certificate(証明書)の作成
    03:41
  • AppIDの作成
    03:37
  • Profileの作成
    03:48
  • アプリのアップロード
    17:28
  • スクリーンショットの用意
    03:59

  • 追加されたレクチャーの目的と解説
    04:30

Requirements

  • タイピングができる
  • 検索サイトでUnityを調べたことがある
  • UnityをインストールできるPC(Mac/Windows)がある
  • AppStoreにリリースしたい人はMacが必要

Description

インディーゲームクリエイターに必要な開発、リリースなど総合的なUnityの力がこれ一本で身につく完全攻略版です。


この講座は以下の方を対象としています。

  • AppStoreやGooglePlayにゲームをリリースしたい方

  • コミケやインディーゲームのイベントで出展側として参加したい方

  • 自身のポートフォリオを充実させたい方


初心者の方でもゲームをリリースできるように、講座の構成は

  • Unityのインストール

  • Unityでゲームを作る基礎(コードでものを変化させる簡単な方法)

  • プログラミングの基礎(ゲーム開発に必要な最低限のスキル)

  • ゲーム開発のテクニック(ボタンの取得やデータの保存など)

を1話完結形式で学び、基礎力をつけた後

  • RPGの作成

  • AppStore/Google Playへのリリース

に取り掛かかります。講座を終えたときには自身のゲームを実際にストアに並べることができるようになっています。

また、初心者の方が動画学習で感じている「一時停止、写経、巻き戻し」の手間をなくすために、動画には補助テキストを設けています。動画を見終わった後にテキストを見ながら学習できるようになっています。


一人でゲームを作るのは「資料を探し、学び、実践する」っというとてもエネルギーのいることです。また、リリースするとなるとゲーム開発以外のことにも多くの労力を使います。この講座はこれらのエネルギーをゲーム開発とリリースに集中するための講座です。自分のGameを世界に向けて発信しましょう!

Who this course is for:

  • 自分のゲームをAppStoreやGoogle Playに並べたい人
  • コミケやインディーゲームのイベントで出展側として参加したい人
  • ゲームをリリースして、ポートフォリオを充実させ転職活動にいかしたい人
  • Unityのチュートリアルを勉強したけど挫折してしまった人
  • Unityを始めたはいいけど何から手をつけていいのかわからない人

Instructor

嶋津 恒彦
Unityインストラクター 教育 数学
嶋津 恒彦
  • 4.6 Instructor Rating
  • 2,345 Reviews
  • 8,542 Students
  • 14 Courses

*現在はUnityインストラクターとして、オンラインで毎日2,3人に対してリリースに向けたゲーム開発の指導を行なっています。


大学院まで数学の研究をした後,数学教師,エンジニアとして働いていましたが、どちらも半年で辞めてしまいニートをしていました。ある時Unityを触り,自分が作りたいゲームが作れそうだと確信し1年間ゲームを作りを続け,「マリオネットAI」というAI構築型対戦ゲームをSteam,Android,iosで配信しました。


現在はフリーランスとしてゲーム開発&動画配信をしています。自身の講座は全て製作しているアプリで使ったテクニックです。泥臭いテクニックでクリエイターライフに貢献するインディーゲームクリエイターです!!!

  • Udemy for Business
  • Teach on Udemy
  • Get the app
  • About us
  • Contact us
  • Careers
  • Blog
  • Help and Support
  • Affiliate
  • Impressum Kontakt
  • Terms
  • Privacy policy
  • Cookie settings
  • Sitemap
  • Featured courses
Udemy
© 2021 Udemy, Inc.