본문 바로가기

전체 글

(73)
포톤 채팅 만들기 1. 윈도우 -> package manager 들어가기 미리 다운받았던 포톤 챗과 포톤 2가 보인다. 두개 다 임포트 ⚡이때! 포톤 챗 먼저 임포트하고 그다음에 펀2 임포트하기 (https://velog.io/@cedongne/Unity-Photon%EC%9C%BC%EB%A1%9C-%EB%A9%94%ED%83%80%EB%B2%84%EC%8A%A4-%EC%9B%94%EB%93%9C-%EB%A7%8C%EB%93%A4%EA%B8%B0-1.-%ED%8F%AC%ED%86%A4-PUN2-%EC%84%A4%EC%B9%98#%C2%B7-photon-pun)
Photon 공부하면서 배운 것 chat 먼저 import -> pun2 import : pun2에 chat이 포함되어있기 때문에 이것만 했을때는 버튼으로 클릭해야 채팅문구 전송가능 Send버튼을 눌러도 입력한 텍스트는 없어지지 않음 -> 해당부분 수정 필요 블로그보고 InputField에 On End Edit 추가 추가 후 엔터로 메세지 전송가능 but 여기에서도 채팅을 보낸 후 내가 쓴 메세지가 입력칸에 그대로 남아있음...ㅠ 0604 오후 6시 채팅 손건들기 전에 코드 이제 수정하기전에 .. 일단 복붙해놓는다..ㅠ using ExitGames.Client.Photon; using Photon.Chat; using Photon.Pun; using System.Collections; using System.Collections.Gen..
pun2 처음 임포트했을때 오류난거 https://www.google.com/search?q=Unable+to+use+UDP+port+56850+for+VS%2FUnity+messaging.+You+should+check+if+another+process+is+already+bound+to+this+port+or+if+your+firewall+settings+are+compatible.+UnityEngine.Debug%3ALogWarning+(object)&oq=Unable+to+use+UDP+port+56850+for+VS%2FUnity+messaging.+You+should+check+if+another+process+is+already+bound+to+this+port+or+if+your+firewall+settings+are+com..
https://forum.unity.com/threads/unable-to-parse-build-html5-framework-js-gz-need-help.1083602/ 보호되어 있는 글입니다.
sudo mysql start https://zetawiki.com/wiki/%EB%A6%AC%EB%88%85%EC%8A%A4_MySQL_%EC%8B%9C%EC%9E%91,_%EC%A0%95%EC%A7%80,_%EC%9E%AC%EC%8B%9C%EC%9E%91,_%EC%83%81%ED%83%9C%ED%99%95%EC%9D%B8
-- 보호되어 있는 글입니다.
ERROR 1698 (28000): Access denied for user 'root'@'localhost' ubuntu@ip-:~$ mysql -u root -p Enter password: ERROR 1698 (28000): Access denied for user 'root'@'localhost' ubuntu에서 mysql -u root -p를 하면 오류난다 해결방법 : root로 가서 mysql을 열어준다 ubuntu@ip-:~$ su - Password: root@ip-:~# mysql -u root -p Enter password: Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 66 Server version: 8.0.29-0ubuntu0.22.04.2 (Ubuntu) Copyright (c) 2..
sql 보호되어 있는 글입니다.