분류 전체보기 (530) 썸네일형 리스트형 해적 전략 게임 횡이동 대규모 전투 litjson 사용시 주의사항 (re:2019.05.07) - erro log JsonException: Max allowed object depth reached while trying to export from type System.Single LitJson.JsonMapper.WriteValue (System.Object obj, LitJson.JsonWriter writer, Boolean writer_is_private, Int32 depth) - 해결법(solution) float를 사용하지 않는다. do not use float type ---- ---- - erro log JsonException: Can't assign value '0' (type System.Int32) to type System.Int64 LitJson.JsonMapper.R.. webplayer 에서 assetbundle 다운시 셋팅 웹플레이어에서 Assetbundle을 다운받을 때 접근안된다 하면서 crossdomain.xml 어쩌고라고 뜰때가 있다. 해결법 1. 웹서버의 index.html이 있는 폴더에 crossdomain.xml 을 생성해주자 내용은 다음과 같다 ---- ---- 2. 웹서버에 mime 타입이라는게 있는데 그곳에 unity3d 타입을 추가해야한다. conf폴더의 httpd.conf 파일을 열어서 ... .. AddType application/unity3d .unity3d 유니티 텍스트에 색 넣기 (unity color text on script or Inspector) NGUI "[FFFFFF]" + text + "[-]" UGUI "" + text + "" AssetBundle 사용시 main asset 이 없다는 경고 는 무시해도 된다.에셋마다 반드시 main asset이 있을 수는 없단다. Ftp 사용시 Anonymous 접근법 ftp User에 anonymous 를 추가한다. 패스워드는 작성하지 않는다. Lit json 파라메타(Param) Basic Dictionary param; List ListString; object _paramData = jsonMapper.toObject(jsonMapper.ToJson(ListString)); param.add(key, _paramData); 이전 1 ··· 61 62 63 64 65 66 67 다음