Skip to content
This repository was archived by the owner on Oct 27, 2022. It is now read-only.

Latest commit

 

History

History
13 lines (12 loc) · 378 Bytes

File metadata and controls

13 lines (12 loc) · 378 Bytes

Building the native plugin

The native plugin source exists separately from the Unity project. Upon modifying the source the native libraries must be rebuilt and copied into the Unity project as follows.

Android

cd Android
ndk-build
cp libs/armeabi-v7a/libRenderTimingPlugin.so ../../RenderTiming/Assets/RenderTiming/Plugins/Android/