2014年3月28日金曜日
Unreal Engine 4でFPSを表示する方法
[`]キーで画面下部にプロンプトが表示されるので
表示されたプロンプトに「Stat FPS」と入力する。
※プロンプトでのコマンド入力時はTABキーで補完が使える
Editor上でPlay中は右上のEnter console commandと表示されているところに「stat fps」と入力する。
2014年3月12日水曜日
AndroidなUnityのDUALSHOCK4 キーアサイン
環境
Unity 4.3.4
Xperia Z1
キーアサイン
oystick button 0 |
□
|
joystick button 1 |
×
|
joystick button 2 |
△
|
joystick button 3 |
L1
|
joystick button 4 |
L2
|
joystick button 5 |
R2
|
joystick button 6 |
SHARE
|
joystick button 7 |
OPTIONS
|
joystick button 8 |
Touch Pad Click
|
joystick button 10 |
Analog Stick Right Click
|
joystick button 11 |
Analog Stick Left Click
|
joystick button 12 |
PS BUTTON
|
joystick button 13 |
○
|
joystick button 14 |
R1
|
X axis |
Analog Stick Left ←→
|
Y axis |
Analog Stick Left ↑↓
|
3rd axis |
Analog Stick Right ←→
|
4th axis |
Analog Stick Right ↑↓
|
5th axis |
←→
|
6th axis |
↑↓
|
AndroidなUnityのDUALSHOCK3 キーアサイン
環境
Unity 4.3.4
Xperia Z1
キーアサイン
joystick button 0 |
□
|
joystick button 1 |
△
|
joystick button 2 |
×
|
joystick button 3 |
○
|
joystick button 4 |
L1
|
joystick button 5 |
R1
|
joystick button 6 |
L2
|
joystick button 7 |
R2
|
joystick button 8 |
Analog Stick Left Click
|
joystick button 9 |
Analog Stick Right Click
|
joystick button 10 |
START
|
joystick button 11 |
SELECT
|
joystick button 15 |
PS BUTTON
|
X axis |
Analog Stick Left ←→
|
Y axis |
Analog Stick Left ↑↓
|
3rd axis |
Analog Stick Right ←→
|
4th axis |
Analog Stick Right ↑↓
|
5th axis |
←→
|
6th axis |
↑↓
|
2014年3月11日火曜日
アプリからIntent連携でツイートする
こちらの投稿を見て試してみたのでメモしておく。
投稿者の方に感謝。
Android - Twitterに共有するIntentの書き方 - Qiita
http://qiita.com/gari_jp/items/7e30eba5de3b470a59cf
上記のコードのIntentの内容ですと、こんな感じに。
以下のTwitterクライアントでツイートできることを確認。
・Twitter公式クライアント
・twicca
・TwitPane
WebのツイートボタンのURLに対応したTwitterクライアントなら、この方法でツイートできるということなのかな?
Tweet Button | Twitter Developers
https://dev.twitter.com/docs/tweet-button
投稿者の方に感謝。
Android - Twitterに共有するIntentの書き方 - Qiita
http://qiita.com/gari_jp/items/7e30eba5de3b470a59cf
コード
String url = "http://twitter.com/share" + "?text=てすと" + "&url=http://www.google.com" + "&via=kojiokb" + "&hashtags=hoge"; startActivity(new Intent(Intent.ACTION_VIEW, Uri.parse(url)));
動作確認
上記のコードのIntentの内容ですと、こんな感じに。
以下のTwitterクライアントでツイートできることを確認。
・Twitter公式クライアント
・twicca
・TwitPane
WebのツイートボタンのURLに対応したTwitterクライアントなら、この方法でツイートできるということなのかな?
参考
Tweet Button | Twitter Developers
https://dev.twitter.com/docs/tweet-button
MacなUnityのDUALSHOCK4 キーアサイン
USB接続で確認。
Bluetooth接続はペアリングは成功するが動作せず。
Mac OS X Mavericks 10.9.2
Unity 4.3.4
Bluetooth接続はペアリングは成功するが動作せず。
環境
Mac OS X Mavericks 10.9.2
Unity 4.3.4
キーアサイン
joystick button 0 |
□
|
joystick button 1 |
×
|
joystick button 2 |
○
|
joystick button 3 |
△
|
joystick button 4 |
L1
|
joystick button 5 |
R1
|
joystick button 6 |
L2
|
joystick button 7 |
R2
|
joystick button 8 |
SHARE
|
joystick button 9 |
OPTIONS
|
joystick button 10 |
Analog Stick Left Click
|
joystick button 11 |
Analog Stick Right Click
|
joystick button 12 |
PS BUTTON
|
joystick button 13 |
Touch Pad Click
|
X axis |
Analog Stick Left ←→
|
Y axis |
Analog Stick Left ↑↓
|
3rd axis |
Analog Stick Right ←→
|
4th axis |
Analog Stick Right ↑↓
|
5th axis |
L2
|
6th axis |
R2
|
7th axis |
←→
|
8th axis |
↑↓
|
2014年3月2日日曜日
MacなUnityのDUALSHOCK3 キーアサイン
環境
Mac OS X Mavericks 10.9.2
Unity 4.3.4
キーアサイン
joystick button 0 |
SELECT
|
joystick button 1 |
Analog Stick Left Click
|
joystick button 2 |
Analog Stick Right Click
|
joystick button 3 |
START
|
joystick button 4 |
↑
|
joystick button 5 |
→
|
joystick button 6 |
↓
|
joystick button 7 |
←
|
joystick button 8 |
L2
|
joystick button 9 |
R2
|
joystick button 10 |
L1
|
joystick button 11 |
R1
|
joystick button 12 |
△
|
joystick button 13 |
○
|
joystick button 14 |
×
|
joystick button 15 |
□
|
joystick button 16 |
PS BUTTON
|
X Axis |
Analog Stick Left ←→
|
Y Axis |
Analog Stick Left ↑↓
|
3rd Axis |
Analog Stick Right ←→
|
4th Axis |
Analog Stick Right ↑↓
|
登録:
投稿 (Atom)