weppykr.hashnode.dev지식 기반 Ai 챗봇을 이용한 게임 가이드 구현게임 시스템은 매우 복잡하기 때문에, 게이머의 편의를 위해 각종 튜토리얼과 가이드를 제공하는 것이 중요합니다. 그러나 튜토리얼 작업에는 많은 시간이 소요되고, 시스템이 변경될 때마다 이를 수정해야 하는 어려움이 있습니다. 지식 기반 AI 챗봇을 이용하여 게이머가 개발사의 공식 정보를 쉽게 확인할 수 있도록 하고, 개발사는 튜토리얼 개발에 소요되는 리소스를 줄일 수 있는 방법을 Unity WebView 와 Sendbird AI chatbot을 ...Jul 27, 2024·3 min read
weppy.hashnode.devImplementing a game guide using a knowledge-based AI chatbotSince game systems are very complex, it is important to provide various tutorials and guides for the convenience of gamers. However, creating tutorials takes a lot of time, and it can be challenging to update them whenever the system changes. I impl...Jul 27, 2024·4 min read
weppy.hashnode.devSPlugin Remote Console for UnityI have released the console editor, which has been useful while developing with Unity, as open source.Through a network connection, logs generated from the app can be checked remotely in the editor, and user-defined commands can be executed, making i...Dec 22, 2023·3 min read
weppykr.hashnode.devUnity 에서 원격으로 사용가능한 Console 패키지Unity로 개발하는 동안 유용하게 사용하던 콘솔 에디터를 오픈 소스로 공개했습니다. 네트워크 연결을 통해 앱에서 생성된 로그를 에디터에서 원격으로 확인할 수 있고, 사용자 정의 명령어를 실행할 수 있어 다양한 테스트와 디버깅에 유용합니다. Unity 패키지 매니저를 사용하여 쉽게 설치하고 사용할 수 있습니다. Introduction RemoteConsole 은 원격으로 전송 되는 로그를 통해 디버깅을 하고, 사용자 정의 명령어를 이용하여 개발...Dec 22, 2023·3 min read