1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

【Unity】~SIerからゲーム業界へ~ 第4-3回 簡易アニメーション

Last updated at Posted at 2018-08-29

・画面上の敵を全て倒す
・ボス登場のアニメーションが流れる
・ボス登場

といった流れをどう作るかということで
簡易的ではありますがアニメーションを作ってみました。

参考サイトはこちら

##実装
Canvasを配置し、子オブジェクトとしてImage(Bossの文字の画像)を作成
image.png

Imageの配置を
1.画面外(左)へ配置
2.画面内へ移動
3.画面外(右)へ移動
となるように録画

ActionRPGSample3.gif

全く味気ないアニメーションですが、徐々にUnityでの表現方法がわかってきました。
作るのが楽しくて仕方ないです。

##現時点
・タイトル
・ゲーム画面
・結果画面
各画面の肉付けは後からやるとして、基本機能を少しずつ実装してきました。

ActionRPGSample2.gif

ソースはGitHubにて公開中です。
https://github.com/straycatz/AcrionRPGSample

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?