2016-06-24 4 views

답변

0

Cocos Creator 개발 팀의 "사례 - 사례"에는 두 가지 해결책이있는 좋은 예가 있습니다. 이 버전에서

, 그들은 socket-io.js.meta 사용하는 플러그인으로 socket.io 가져옵니다

https://github.com/cocos-creator/example-cases/tree/0d7b1f8d1123a9ee6d73484c1cad465d59fd2199/assets/cases/05_scripting/11_network

그리고이 버전의

{ 
    "ver": "1.0.2", 
    "uuid": "ccfc9583-4ec4-4955-a4aa-85021dcea346", 
    "isPlugin": true, 
    "subMetas": {} 
} 
, 그들은 require

if (!window.io) 
    window.io = require('socket-io'); 

https://github.com/cocos-creator/example-cases/tree/5e6e7f75eee21033ba2d609d693dd47fcc9d2bf5/assets/cases/05_scripting/11_network

를 사용