first
This commit is contained in:
54
book/default/README.md
Normal file
54
book/default/README.md
Normal file
@ -0,0 +1,54 @@
|
||||
# default
|
||||
|
||||
## 本書の目的
|
||||
|
||||
ue5でゲームを作成するまでの過程をまとめます。
|
||||
|
||||
主に`example`形式で記述し、実行するとその通りの結果になることを目指します。
|
||||
|
||||
|name|latest|body|
|
||||
|---|---|---|
|
||||
|[Unreal Engine](https://dev.epicgames.com/documentation/ja-jp/unreal-engine/unreal-engine-5.5-release-notes)|5.5.4|公式サイト|
|
||||
|[EpicGames/UnrealEngine](https://github.com/EpicGames/UnrealEngine)|src|github|
|
||||
|
||||
```sh
|
||||
# https://github.com/microsoft/winget-pkgs/tree/master/manifests/e/EpicGames/EpicGamesLauncher
|
||||
$ winget install epicgames.epicgameslauncher
|
||||
```
|
||||
|
||||
## パソコンのスペック
|
||||
|
||||
開発するゲームによりますが、GPUはnvidiaの`RTX 4060Ti`を使っています。特に不満はありません。
|
||||
|
||||
作りたいゲームによってはGPUは不要です。オープンワールドを作るならGPUはあったほうがいいと思います。
|
||||
|
||||
多くの場合、ue5のバグのほうが問題で、GPUの性能をほとんど引き出せていないことのほうが問題です。スペックはあまり関係なかったりします。
|
||||
|
||||
ただし、ストレージの読み書き速度は重要です。ueやprojectを入れるストレージには注意してください。
|
||||
|
||||
## 便利なサイト
|
||||
|
||||
|name|body|
|
||||
|---|---|
|
||||
|[dev.epicgames.com](https://dev.epicgames.com/community/)|開発者コミュニティ|
|
||||
|[perplexity.ai](https://www.perplexity.ai/)|検索エンジン|
|
||||
|[suno.com](https://suno.com/)|作曲|
|
||||
|[vroid.com](https://vroid.com/studio/)|3Dモデル|
|
||||
|
||||
## 使用するタグ
|
||||
|
||||
### youtube
|
||||
|
||||
`https://www.youtube.com/embed/${id}?start=0&end=10&mute=1&rel=0&showinfo=0&controls=0`
|
||||
|
||||
```html
|
||||
<iframe width="100%" height="415" src="https://www.youtube.com/embed/?start=0&end=10&mute=1&rel=0&showinfo=0&controls=0" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
|
||||
```
|
||||
|
||||
### blueprint
|
||||
|
||||
`https://blueprintue.com/render/${id}/${n}`
|
||||
|
||||
```html
|
||||
<iframe src="https://blueprintue.com/render/" scrolling="no" allowfullscreen style="width:100%;height:400px"></iframe>
|
||||
```
|
Reference in New Issue
Block a user