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 3 years have passed since last update.

WebGLファイルをlocalで実行方法

Posted at
  1. File -> Build Settingsに移動します。
  2. Build Settings画面からWebGL項目を選択し、Switch Platformボタンをクリックします。
  3. Buildボタンを押します。
  4. Build WebGL画面の保存パスを選択します。
  5. Buildが成功したら、保存パスに移動してindex.htmlを次のファイルに置換します。
  6. XAMPPプログラムをインストールします。
  7. configファイルを開いて252行に移行します。
  8. Document RootをBuildファイルが保存されたパスに変更します。
    9.httpd-sslファイルを開いて36行に進み、Listen 443ポートを停止します。
    10.XAMPPプログラムでApacheサーバーを起動します。(startボタンクリック)
  9. web browserでlocalhostを入力して実行します。
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?