万年素人からHackerへの道

万年素人がHackerになれるまで殴り書きするぜ。

  • ・資産運用おすすめ
    10万円は1000円くらい利益
    資産運用ブログ アセマネ
    • ・寄付お願いします
      YENTEN:YYzNPzdsZWqr5THWAdMrKDj7GT8ietDc2W
      BitZenny:ZfpUbVya8MWQkjjGJMjA7P9pPkqaLnwPWH
      c0ban:8KG95GXdEquNpPW8xJAJf7nn5kbimQ5wj1
      Skycoin:KMqcn7x8REwwzMHPi9fV9fbNwdofYAWKRo

    Unity

    Requested value 'X86' was not found.の倒し方

    Unityのプロジェクトを久々に更新してみたら ```` Requested value 'X86' was not found. の赤いエラーが発生し続ける。 [https://github.com/googlesamples/unity-jar-resolver/issues/230:title] ここをみて、 こいつをDLし、 [https://github.com/googles…

    flutter-unity-view-widget を試す

    https://github.com/snowballdigital/flutter-unity-view-widget example/unity/DemoApp/ サンプルとして入ってるDemoAppは "2019.3.0b7 beta" のバージョン 現在は「2019.3.0b9 beta」があるが、 https://unity3d.com/unity/beta/2019.3 DemoApp変換すると…

    Unityのパッケージエラー系

    https://forum.unity.com/threads/package-manager-is-missing.557854/ Packages/manifest.jsonの中を消しまくるw

    rn matching' cannot be used because it is not part of the C# 4.0 language specification

    プロジェクト名/Library/PackageCache/com.unity.test-framework@1.0.16/UnityEngine.TestRunner/NUnitExtensions/Runner/UnityLogCheckDelegatingCommand.cs(34,64): error CS1644: Feature `pattern matching' cannot be used because it is not part of t…

    You are missing the recommended Android SDK...

    久々にUnityアップデートしたりプロジェクト開いたらこのエラー https://yanpen.net/unity/install_android-sdk-ndk_from_unity_hub/ 三点ボタンの手続きでOk

    TinyUnityでトラブル

    Installing the package | Package Manager UI website /Users/shinriyo/tiny/Library/PackageCache/com.unity.tiny@0.13.4-preview/Runtime/InternalBridge/GUIUtilityBridge.cs(8,45): error CS1644: Feature `expression bodied members' cannot be used …

    UnityでAndroidビルドででてこない・・。

    <activity android:name="com.shinriyo.taekwondict.MainActivity" android:label="@string/app_name" > <intent-filter> <action android:name="android.intent.action.MAIN" /> <category android:name="android.intent.category.LAUNCHER" /> </intent-filter> </activity> </application> </manifest> Manifestに追加した。 で…

    バーチャルユーチューバーUnityアセット

    www.asset-sale.net 「CV VTuber Example」 ってのが無料だと思ったら・・・ 実はこのExampleは2つ有料アセットが必須 しかもそのまま動かない?? Dlib FaceLandmark Detectorでの設定 Select MenuItem[Tools/Dlib FaceLandmark Detector/Set Plugin Import…

    UnityでiOSのSimulator使う

    UnityでiOSのSimulator使いたい。 ここ参考するのがいい is4cafe.hatenablog.com ハマり 多分これはしなくていい。 TeitterのプラグインでSDKのバージョンは9.0以上にしろと怒られたときのTargetの設定。 ここでこれ選ぶ そしたらVersion9.0選べる 後これを[…

    Unity Twitter 公式プラグイン

    TwitterKit doesn't support iOS 8.x and lower. Please, change your minimum deployment target to iOS 9.0" あとこれをする? もともとNoになってたけど。 [XCode][Cocoapods]ビルドエラー時の対処法

    AssetBundleでもScriptのジャンプできるように

    AssetBundleでのオブジェクトはScriptのジャンプできない。 Editor拡張で、 GameObject go = new GameObject(); // 非アクティブにしないとAwake呼ばれる. go.SetActive(false); go.AddComponent(target.GetType()); CustomGUI.ShowScriptLink(go.GetCompone…

    MuseとUnity

    MuseとUnity Unity プラットフォーム切り替え CanvasのGameObjectを見る。 ドラッグ 説明書 Getting Started - Muse Developers Copy and paste the contents in the Assets folder of the LibMuse example application into the Assets folder of your Unit…

    Animator.ResetTrigger

    Unity - スクリプトリファレンス: Animator.ResetTrigger 全てのトリガーをリセットしたいのに、1つをピンポイントで指定。面倒。 Animatorの拡張メソッドがあるといい。 /// <summary> /// Triggger全てリセット. /// </summary> /// <param name="self">Self.</param> public static void ResetTriggers(t…

    Hierarchyで選択楽に

    Unity3D Hierarchy Highlight Helper Script – toxicFork

    UnityのNo Drag&Drop has been setup.

    ゲーム開発の民主化のゲームエンジンUnityにて No Drag&Drop has been setup. Please UnityEditor.DockArea:OnGUI() のエラー。 これが出るとInspectorでドラッグ・アンド・ドロップできない。 Unity再起動しても駄目。Macの再起動で直るかもしれないけどめ…

    Unity uGUIのRectTransformのpivot

    http://answers.unity3d.com/questions/1007886/how-to-set-the-new-unity-ui-rect-transform-anchor.html なので左上にするなら public static void SetPivotLeftUp(this RectTransform aRectTransform) { Vector2 vec2 = Vector2.one; vec2.Set(0.0f, 1.0f…

    UnityでinterfaceのList

    ReorderableListを使いたいが interfaceはシリアライズにできないので http://answers.unity3d.com/questions/783456/solution-how-to-serialize-interfaces-generics-auto.html https://msdn.microsoft.com/en-us/library/system.runtime.serialization.ise…

    UnityのAnimatorのControllerを拡張

    普段無いが、 using UnityEditor; using UnityEditor.Animations; using UnityEngine; [CustomEditor(typeof(AnimatorController))] public class AnimatorControllerInspector : Editor { public override void OnInspectorGUI() { } } これでいける。

    カバーフロー

    GitHub - rakkarage/Flop: Unity 4.6 uGUI 'Cover Flow' Test

    The device cannot run executables for arm64.の対処 Xcode Unity

    http://howtocodethings.tumblr.com/post/146094967283/the-device-cannot-run-executables-for-arm64howtocodethings.tumblr.com を見た。

    Asset Store

    Google Analyticsの設定 https://docs.unity3d.com/Manual/AssetStoreAnalytics.html

    EntryPointNotFoundException

    UnityでDLLを使う UnityでDLLを使う | TVML

    Unity3d: No Drag&Drop has been setup

    stackoverflow.com ドラッグできない。

    Unite動画

    2013 https://vimeopro.com/unity3djp/unite-japan-2013-for-the-public 2014 japan.unity3d.com

    C# Unity Spineの注意

    UnityでSpineを扱う際に覚えておきたいTIPS - Qiita ここは記事が古い コールバックこのように設定する。 // コールバックの設定. private void SetCallback(SkeletonGraphic skeletonGraphic) { skeletonGraphic.AnimationState.Complete += OnCompleteSpin…

    Unity パーティクルの色設定メモ C#

    private void SetParticle(Color color) { ParticleSystem.MainModule main = this.m_particle.main; main.startColor = new ParticleSystem.MinMaxGradient(color); }

    シェルで.metaのある空フォルダ消す Unity

    git ls-files --others --exclude-standard | grep '.meta' | sed 's/\.[^\.]*$//' | xargs rm -rf

    Inspector拡張でEditorのScript表示

    [CustomEditor(typeof(Hoge))] public class HogeEditor : Editor { public override void OnInspectorGUI() { MonoScript script = MonoScript.FromScriptableObject(this); script = EditorGUILayout.ObjectField(script, typeof(MonoScript), false) as M…

    C# Unity FindObjectOfType

    コンストラクタで呼べない、 FindObjectsOfType is not allowed to be called from a MonoBehaviour constructor (or instance field initializer), call it in Awake or Start instead. デストラクでやると? FindObjectsOfType can only be called from th…

    アニメーションの最後にスキップ Unity Animator

    https://forum.unity3d.com/threads/set-state-to-last-frame-of-animation-save-position-of-animation.276437/ animationならいくらでも情報があるが、Animatorにはあまりない。 animatorがインスタンス変数 int hash = Animator.StringToHash("ステートマ…