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

Latest commit

 

History

History

RenderTimingPlugin

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/