Photon 4

[Photon] networkrig, networkhand, networkhead, hardwarerig, hardwarehead, hardwarehand

VR Shared https://doc.photonengine.com/ko-kr/fusion/current/technical-samples/fusion-vr-shared VR Shared | Photon Engine Fusion VR Shared 는 VR 기능이 있는 멀티플레이어 게임 또는 애플리케이션의 쉽고 빠른 시작법에 대해 설명합니다. 공유 토폴로지 또는 호스트/서버 토폴로지 중 어떤 것을 선택할지는 게임 사양에 doc.photonengine.com Oculus VR 세팅 using System.Collections; using System.Collections.Generic; using UnityEngine; public class HardwareRig : MonoBehaviour { public..

Photon 2023.12.07

[Photon] Photon Transform View, Photon Animator View

새로운 씬에 Player를 만들고 Resources 폴더에 프리팹으로 지정해준다. Photon View와 Photn Transform View를 component에 추가해준다. 그냥 다시 SampleScene으로 돌아와서 작업 PhotonManager의 OnJoinedRoom에서 PhotonNetwork.Instantiate 해준다. 그리고 Build한 창과 유니티 상의 Play로 했을 때 2마리가 나오는지 확인해본다. IsMine이 True인게 내가 사용할 수 있는 Player이다. False면 내꺼가 아님 IsMine이 True가 아닌 애의 Position이나 Rotation을 움직여도 동기화가 안되는걸 볼 수 있다. IsMine에 따라 Build한 화면에서는 동기화가 되고 안되는걸 확인할 수 있다...

Photon 2023.11.27

[Photon] Player Settings, 포스트 프로세싱, 포톤 프로젝트 설정

https://github.com/IndieGameMaker/UnityBook GitHub - IndieGameMaker/UnityBook: 절대강좌! 유니티 2021 - 리소스 절대강좌! 유니티 2021 - 리소스. Contribute to IndieGameMaker/UnityBook development by creating an account on GitHub. github.com 이거 다운로드 오래걸림 1시간 https://assetstore.unity.com/packages/tools/network/pun-2-free-119922 PUN 2 - FREE | 네트워크 | Unity Asset Store Get the PUN 2 - FREE package from Photon Engine and s..

Photon 2023.11.24

[Photon] 포톤 클라우드 어플리케이션 생성

https://dashboard.photonengine.com/ko-kr 로그인 | Photon Engine Sign In 아직 계정이 없으신가요? 회원 등록은 여기를 클릭 id.photonengine.com 어플리케이션ID 복사 https://github.com/UnityTechnologies/AngryBots2 GitHub - UnityTechnologies/AngryBots2 Contribute to UnityTechnologies/AngryBots2 development by creating an account on GitHub. github.com 다운로드 3D (URP) 다운로드 소스트리 github 사용

Photon 2023.11.24