본문 바로가기
반응형

Works104

[Web] Mac 에서 Web 개발 환경 설정 Mac 에서 Web 개발 환경 설정하기 HTML, PHP 를 공부해 보기 위해 일단 개발환경 설정부터.. Dev Tools Visual Studio Code Download 받은 Visual Studio Code.app 을 애플리케이션 경로 밑으로 옮겨주자 Extensions Live Server PHP IntelliSense Debugger for Chrome Beautify Chrome Settings Visual Studio Code Code > Preferences > Settings (or edit settings.json) PHP executable path PHP > Validate:Executable Path (for Settings) "php.validate.executablePath":.. 2020. 12. 13.
[Cocos] Mac 에 Cocos 개발 환경 설정 Mac 에서 Cocos 개발 환경 설정을 해보면서 기록으로 남깁니다. Cocos2dx Open Source Cross-Platform Game Development Framework Cocos2d-x is a mature open source cross-platform game development framework that supports 2D and 3D game creation. The engine provides rich functions such as graphics rendering, GUI, audio, network, physics, user input, etc., and is widely used in game development and interactive application con.. 2020. 10. 28.
[Unity] 강제로 앱 Crash 만드는 방법 Unity 에서 강제 Crash 테스트를 위한 코드 정리 1. Windows & Editor - Utils.ForceCrash docs.unity3d.com/2018.3/Documentation/ScriptReference/Diagnostics.Utils.ForceCrash.html Unity - Scripting API: Diagnostics.Utils.ForceCrash You've told us this page needs code samples. If you'd like to help us further, you could provide a code sample, or tell us about what kind of code sample you'd like to see: You've told us.. 2020. 10. 22.
[Unity] CinemachineVirtualCamera 이 작동하지 않을 경우 작업중이던 프로젝트에 Cinemachine 기능을 사용해 보기 위해 가이드 대로 추가해 주었는데 Solo 버튼을 이용해 Live 를 만들어 줄 때 빼고는 작동을 하지 않는 이슈가 발생했다. 원인은 새로만든 CinemachineVirtualCamera 가 붙은 오브젝트의 Layer 가 Main Camera 에 Culling Mask 에 포함되는 Layer 가 아니었던니었던것.. 에러도 없고 찾아보면 그저 껏다 켰다 하라는 말들 뿐이라 꽤나 시간을 허비 했다. forum.unity.com/threads/virtual-camera-always-in-standby-mode-but-only-in-previously-created-scenes.666151/ 2020. 10. 21.
반응형