dmc31a42

Results 43 comments of dmc31a42

my login page also blocked by popup blocker. i've seen #68, it said login() must be called directly. but in https://github.com/maximepvrt/angular-google-gapi/blob/f5a5aac98f8b6e44c86aebffaae1d02123ff9323/src/factories/GAuth.factory.js#L45-L46 , when module is not loaded, asynchronous loading happened....

or @edcolmar you can try using example code without modify angular-google-gapi.js from: https://github.com/maximepvrt/angular-google-gapi/blob/d18b1b808947d4bd465f0788c032fa2e08da3e4b/app/controller.login.js#L3-L28 to: ```javascript controller.controller('angular-google-api-example.controller.login', ['$scope', 'GAuth', 'GData', '$state', '$cookies', function clientList($scope, GAuth, GData, $state, $cookies) { if(GData.isLogin()){ $state.go('home');...

Hello, I'm try to do. but I don't know what fileGroupId mean. Can you tell me? https://github.com/enohka/moddingSuite/blob/7f1274b614fb907d420cb6ee85c18900018589fd/moddingSuite/BL/EdataManager.cs#L155

Is there any reason why not to use `scroll.viewPortItems` like ```html ``` You used directly rows property ``` ```

지금 당장은 AssetsBundle을 다룰 수는 없습니다. 다만 UABE로 data.unity3d를 열어서 assets을 Export한뒤에 작업을 하고 다시 UABE로 Import하는 식으로 폰트 패치 자체는 가능할 것으로 보입니다.

Fix mismatch shadow and outlin 옵션을 켜보세요

옵션켤때 수정이 아니라 삭제 후 추가로해보시고, 폰트덮어쓰기옵샨도 켜보새요 그래도 안되면 지금당장은 해결방법이 없습니다.

제가 어떻게 고쳐야할지 고민이어서 제대로 예외처리를 안해두었는데, Edit버튼은 Add버튼을 클릭해서 하단에 추가한 항목을 클릭하고 Edit버튼을 누르면 오른쪽 Properties창에 해당 에셋이 뜨고 마찬가지고 Add를 누르면 저장되는 이상한 구조입니다. 간단하게, 해당 폰트를...

생각해보니 assets에 MonoBehaviour을 분석하려면 Managed 폴더안에 있는 dll이 필요하다는걸 잊고 있었네요 제가 알아서 구해보고 알려드리겠습니다.

아 제가 질문을 끝까지 못봤네요 죄송합니다. 계속 확인해볼께요