Skip to content

Commit

Permalink
adjusted Rakefile and updated unity-webview.unitypackage.
Browse files Browse the repository at this point in the history
  • Loading branch information
KojiNakamaru committed Sep 1, 2015
1 parent 4b0d436 commit 4e49527
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 8 deletions.
21 changes: 13 additions & 8 deletions build/Rakefile
Expand Up @@ -22,7 +22,10 @@ require 'fileutils'

UNITY="/Applications/Unity/Unity.app/Contents"

CNT = 2
# NOTE: WebPlayerTemplates is not inclued for now because the sample app becomes complicated.
#
# CNT = 1
CNT = 1
SRCDIR = Array.new(CNT);
DSTDIR = Array.new(CNT);
SRCS = Array.new(CNT);
Expand All @@ -34,13 +37,15 @@ SRCS[0]=%W|
iOS/WebView.mm
|

DSTDIR[1]="Packager/Assets/WebPlayerTemplates"
SRCDIR[1]="../WebPlayerTemplates"
SRCS[1]=%W|
unity-webview/index.html
unity-webview/thumbnail.png
unity-webview/unity-webview.js
|
# NOTE: WebPlayerTemplates is not inclued for now because the sample app becomes complicated.
#
# DSTDIR[1]="Packager/Assets/WebPlayerTemplates"
# SRCDIR[1]="../WebPlayerTemplates"
# SRCS[1]=%W|
# unity-webview/index.html
# unity-webview/thumbnail.png
# unity-webview/unity-webview.js
# |

task :default => ["build"]

Expand Down
Binary file modified dist/unity-webview.unitypackage
Binary file not shown.

0 comments on commit 4e49527

Please sign in to comment.