Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit da0779a

Browse files
Fix missing imports in sample code in README
Taken from [pull/561](#561) on main repo.
1 parent f29320b commit da0779a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

‎README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -335,6 +335,10 @@ In order to modify the generated Podfile you can create a script like this:
335335
```csharp
336336
using System.IO;
337337

338+
using UnityEditor;
339+
using UnityEditor.Callbacks;
340+
using UnityEngine;
341+
338342
public class PostProcessIOS : MonoBehaviour
339343
{
340344
// Must be between 40 and 50 to ensure that it's not overriden by Podfile generation (40) and

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /