From 100518ae3ac40425a458a6eab8e255813c6fe860 Mon Sep 17 00:00:00 2001 From: kilroyandrew <104155051+kilroyandrew@users.noreply.github.com> Date: Mon, 9 Mar 2026 12:14:24 +0000 Subject: [PATCH 1/2] Update README title --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2aa1b58..b843e69 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ -# Unity Native iOS/tvOS/visionOS Plugin Example +# Unity native plug-in example for iOS, tvOS, and visionOS + This repository demonstrates Objective-C and Swift native plugin implementations. - showcasing different initialization ways available per language - sharing a unified managed C# API From 0b6993a953a85f58f29917b7411ef647c995afe6 Mon Sep 17 00:00:00 2001 From: kilroyandrew <104155051+kilroyandrew@users.noreply.github.com> Date: Mon, 9 Mar 2026 12:18:19 +0000 Subject: [PATCH 2/2] Update project title --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b843e69..f62e762 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Unity native plug-in example for iOS, tvOS, and visionOS +# Unity native plug-in example for Apple platforms This repository demonstrates Objective-C and Swift native plugin implementations. - showcasing different initialization ways available per language