File tree 1 file changed +2
-6
lines changed
1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ namespace Supyrb
19
19
{
20
20
public static class WebGlPlugins
21
21
{
22
+ #if UNITY_WEBGL
22
23
[ DllImport ( "__Internal" ) ]
23
24
private static extern void _SetStringVariable ( string variableName , string variableValue ) ;
24
25
[ DllImport ( "__Internal" ) ]
@@ -27,18 +28,13 @@ public static class WebGlPlugins
27
28
private static extern void _ShowInfoPanel ( ) ;
28
29
[ DllImport ( "__Internal" ) ]
29
30
private static extern void _HideInfoPanel ( ) ;
30
-
31
- [ DllImport ( "__Internal" ) ]
32
- private static extern void _LogMemoryInfo ( uint native , uint managed , uint total ) ;
33
-
34
31
[ DllImport ( "__Internal" ) ]
35
32
private static extern uint _GetTotalMemorySize ( ) ;
36
-
37
33
[ DllImport ( "__Internal" ) ]
38
34
private static extern uint _GetStaticMemorySize ( ) ;
39
-
40
35
[ DllImport ( "__Internal" ) ]
41
36
private static extern uint _GetDynamicMemorySize ( ) ;
37
+ #endif
42
38
43
39
private static bool _infoPanelVisible = false ;
44
40
You can’t perform that action at this time.
0 commit comments