'MINERVA/Unreal'에 해당되는 글 2건

  1. 2024.01.12 :: [VR] UEVR, 기존게임을 VR로 전환(?)
  2. 2015.11.19 :: [UE4] unreal engine error: package org.apache.http does not exist
MINERVA/Unreal 2024. 1. 12. 05:56
반응형

Release UEVR Initial Beta Release · praydog/UEVR · GitHub

 

Release UEVR Initial Beta Release · praydog/UEVR

It's been a long road, but we're finally here. This is the initial release of UEVR, a universal tool for enabling VR in UE4 and UE5 games. Just looking for the download? Here: https://github.com/pr...

github.com

개인적으로, 이거 진짜 혁신(?)을 뛰어넘는 게임체인저? 인데요.

 

기존의 언리얼 엔진 기반의 PC게임을 VR로 바로 만들어 준다.

이거 신기한게 VR로 개발되지 않은 게임도 VR로 바꿔줌.

 

대박이다. 전 철권을 해봤는데, 진짜 대박임.

 

PC게임을 VR로 하게 되다니....

 

 

 

 

 

반응형
posted by choiwonwoo
:
MINERVA/Unreal 2015. 11. 19. 13:47
반응형

언리얼 엔진을 설치하고, Android apk 빌드시 아래의 에러가 발행하여, 몇번의 OS 및 Unreal Engine을 재설치하면서, 며칠을 고생하다 허무하게, 문제의 원인과 해결 방법을 알게 되어 정리함.

위와 같은 에러가 발생시, Unreal Engine Editor를 open하고, 

편집--> 프로젝트 세팅 --> 안드로이드 SDK --> SDK API Level의 값을  "matchndk"로 설정

==>에러의 발생원인은 Android SDK와 NDK의 version mismatch때문.


반응형
posted by choiwonwoo
: