Skip to content

Commit ab87146

Browse files
committed
Refactor file structure and update imports
- Moved multiple JavaScript files from the old directory to a new one. - Updated import paths in HTML to reflect the new locations. - Cleaned up comments in one of the JavaScript files.
1 parent a895562 commit ab87146

11 files changed

+2
-12
lines changed
File renamed without changes.
File renamed without changes.

Assets/StreamingAssets/index.html renamed to WebViewRpcJS/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ <h1>Unity WebViewRPC Test</h1>
1111

1212
<script type="module">
1313
import { VuplexBridge } from './unity_bridge.js';
14-
import { WebViewRpcClient } from './MocLib/webview_rpc_client.js';
14+
import { WebViewRpcClient } from './RuntimeLibrary/webview_rpc_client.js';
1515
import { HelloServiceClient } from './HelloWorld_HelloServiceClient.js';
16-
import { WebViewRpcServer } from './MocLib/webview_rpc_server.js';
16+
import { WebViewRpcServer } from './RuntimeLibrary/webview_rpc_server.js';
1717
import { MyHelloServiceImpl } from './MyHelloServiceImpl.js';
1818
import { HelloService } from './HelloWorld_HelloServiceBase.js';
1919

0 commit comments

Comments
 (0)