diff --git a/README.md b/README.md index 73c1a635..2abfdfcd 100644 --- a/README.md +++ b/README.md @@ -26,8 +26,9 @@ This repository relies on Git LFS for storing binary blobs (e.g. third-party lib Remarks: * Microsoft Visual Studio 2022 is not supported by Unreal Engine 4.22 through 4.26. * All third-party libraries on Windows built against Windows SDK 10.0. -* Oculus support is only provided through the recommended Android NDK r21b by Epic Games. -* Supporting Unreal Engine 4.22 through 4.24 for Oculus development is a huge challenge due to limited Android NDK support (r14b to r18b); firstly, because of uncomplete C++11 standard library support, and second, as a result of a known bug in Unreal Engine, which falsely detects NDK r18b as unsupported r18c. Thus, only Unreal Engine 4.25+ support is provided for Android/Oculus development. Third, [wjwwood/serial](https://github.com/wjwwood/serial) requires Android NDK API Level 28+ in order to be built successfully, thus some older NDKs such as r14b, which is the recommended NDK by Epic Games for 4.22 to 4.24 cannot build the serial library. +* Oculus support is only provided through the recommended Android NDK versions by Epic Games. +* The Unreal Engine 4.27+ support is provided for Android/Oculus development. +* [wjwwood/serial](https://github.com/wjwwood/serial) requires Android NDK API Level 28+ in order to be built successfully, thus some older NDKs such as r14b. * All third-party libraries target Android NDK API Level 29, thus any project relying on the plug-in should be build with the same NDK API Level. ## Changelog