This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using UnityEngine; | |
public class Example : MonoBehaviour | |
{ | |
private JsonData m_jsonData; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using System; | |
using System.Linq; | |
using UnityEditor; | |
using UnityEditor.Build; | |
using UnityEngine; | |
public class Example : IFilterBuildAssemblies | |
{ | |
int IOrderedCallback.callbackOrder => 0; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using System.Linq; | |
using UnityEditor; | |
using UnityEngine; | |
[InitializeOnLoad] | |
public class Example | |
{ | |
static Example() | |
{ | |
ClipboardUtility.copyingGameObjects += gameObjects => |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using System; | |
using System.IO; | |
using System.Linq; | |
using UnityEditor; | |
using UnityEditor.Compilation; | |
using UnityEngine; | |
public class Example | |
{ | |
[MenuItem( "Tools/Hoge" )] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using UnityEditor.Build; | |
using UnityEngine; | |
public class Example : BuildPlayerProcessor | |
{ | |
public override void PrepareForBuild( BuildPlayerContext buildPlayerContext ) | |
{ | |
// ビルドに使用された BuildPlayerOptions を取得 | |
var buildPlayerOptions = buildPlayerContext.BuildPlayerOptions; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Shader "Custom/GaussianBlur" | |
{ | |
Properties | |
{ | |
_MainTex ("Texture", 2D) = "white" {} | |
radius ("Radius", Range(0,30)) = 15 | |
resolution ("Resolution", float) = 800 | |
hstep("HorizontalStep", Range(0,1)) = 0.5 | |
vstep("VerticalStep", Range(0,1)) = 0.5 | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--------- beginning of main | |
02-28 12:11:19.693 696 812 E WifiVendorHal: getWifiLinkLayerStats_1_5_Internal(l.1191) failed {.code = ERROR_UNKNOWN, .description = unknown error} | |
02-28 12:11:19.823 15784 15824 I Finsky : [56] jfa.run(939): AIM: AppInfoManager-Perf > Destroying AppInfoManager ... | |
02-28 12:11:22.709 696 812 E WifiVendorHal: getWifiLinkLayerStats_1_5_Internal(l.1191) failed {.code = ERROR_UNKNOWN, .description = unknown error} | |
02-28 12:11:23.824 523 523 W Binder:523_1: type=1400 audit(0.0:11591): avc: denied { search } for name="503" dev="proc" ino=4497054 scontext=u:r:surfaceflinger:s0 tcontext=u:r:hal_graphics_composer_default:s0 tclass=dir permissive=0 | |
02-28 12:11:25.723 696 812 E WifiVendorHal: getWifiLinkLayerStats_1_5_Internal(l.1191) failed {.code = ERROR_UNKNOWN, .description = unknown error} | |
02-28 12:11:28.194 18894 18894 I abb : StartCommandInProcess(73657474696e67730067657400656e61 settings.get.ena [truncated]) | |
02-28 12:11:28.196 696 696 W Binder:696_C: type=1400 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Time Pid Tid Priority Tag Message | |
0001/01/01 00:00:00.000 -1 -1 Info --------- beginning of main | |
2024/02/28 08:01:23.421 20917 20917 Info base_crash_tes Late-enabling -Xcheck:jni | |
2024/02/28 08:01:23.482 20917 20917 Info base_crash_tes Using CollectorTypeCC GC. | |
2024/02/28 08:01:23.484 20917 20917 Warn base_crash_tes Using default instruction set features for ARM CPU variant (generic) using conservative defaults | |
2024/02/28 08:01:23.590 20917 20917 Debug CompatibilityChangeReporter Compat change id reported: 171979766; UID 10146; state: ENABLED | |
2024/02/28 08:01:23.624 20917 20917 Warn ziparchive Unable to open '/data/app/~~oRn96ZvnDO-1R4E8RXu9pw==/com.baba_s.unity_firebase_crash_test-lRPI0-k57VqdiWQ3Se07kQ==/base.dm': No such file or directory | |
2024/02/28 08:01:23.624 20917 20917 Warn ziparchive Unable to open '/data/app/~~oRn96ZvnDO-1R4E8RXu9pw==/com.baba_s.unity_firebase_crash_test-lRPI0-k57VqdiWQ3Se07kQ==/base.dm': No such file or directory | |
2024/02/28 08:01:24.086 20917 20917 Debug nativeloader Configuring cl |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Time Pid Tid Priority Tag Message | |
0001/01/01 00:00:00.000 -1 -1 Info --------- beginning of main | |
2024/02/28 07:58:38.932 20502 20502 Info base_crash_tes Late-enabling -Xcheck:jni | |
2024/02/28 07:58:39.126 20502 20502 Info base_crash_tes Using CollectorTypeCC GC. | |
2024/02/28 07:58:39.191 20502 20502 Warn base_crash_tes Using default instruction set features for ARM CPU variant (generic) using conservative defaults | |
2024/02/28 07:58:39.958 20502 20502 Debug CompatibilityChangeReporter Compat change id reported: 171979766; UID 10146; state: ENABLED | |
2024/02/28 07:58:40.133 20502 20502 Warn ziparchive Unable to open '/data/app/~~oRn96ZvnDO-1R4E8RXu9pw==/com.baba_s.unity_firebase_crash_test-lRPI0-k57VqdiWQ3Se07kQ==/base.dm': No such file or directory | |
2024/02/28 07:58:40.133 20502 20502 Warn ziparchive Unable to open '/data/app/~~oRn96ZvnDO-1R4E8RXu9pw==/com.baba_s.unity_firebase_crash_test-lRPI0-k57VqdiWQ3Se07kQ==/base.dm': No such file or directory | |
2024/02/28 07:58:40.751 20502 20502 Debug nativeloader Configuring cl |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using System; | |
using System.Linq; | |
using UnityEditor; | |
using UnityEditor.ShortcutManagement; | |
using UnityEngine; | |
internal static class Example | |
{ | |
[MenuItem( "Tools/Hoge" )] | |
private static void Hoge() |