PunStartup









How do I use Pun Startup
Below are practical examples compiled from projects for learning and reference purposes

Featured Snippets

Line Code Ex..
25 static PunStartup() 1

File name: PunStartup.cs Copy
25     static PunStartup()
26     {
27         bool doneBefore = EditorPrefs.GetBool("PunDemosOpenedBefore");
28         if (!doneBefore)
29         {
30             EditorApplication.update += OnUpdate;
31         }
32     }

Download file with original file name:PunStartup

PunStartup 130 lượt xem

Gõ tìm kiếm nhanh...