【Defold】modelコンポーネント用「Shadow」シェーダー
2D影。 シェーダーコード attribute highp vec4 position; attribute mediump vec2 texcoord0; a ...
【Defold】Unityのアドセンスを利用するための「Def Video Ads」アセット
Defold でUnityの提供する広告を表示することが…できます。 アセットページ ライブラリのURL サンプル GitHubにサンプルコードもありますので、 ...
【Unity】 UnityからJavaの関数を呼び出す
概要 Unity からAndroid、Javaのプログラムを呼び出してみます。ライブラリの作成にはEclipseを使います。※この投稿は2014年頃にWikiに ...
【Defold】modelコンポーネント用「Glitch」シェーダー
シェーダーコード attribute highp vec4 position; attribute mediump vec2 texcoord0; attrib ...
【Defold】modelコンポーネント用「Chromatic Aberration(色収差)」シェーダー
シェーダーコード attribute highp vec4 position; attribute mediump vec2 texcoord0; attrib ...
【Defold】modelコンポーネント用「Hologram」シェーダー
シェーダーコード attribute highp vec4 position; attribute mediump vec2 texcoord0; attrib ...
【Defold】modelコンポーネント用「Inner Outline」シェーダー
内側を縁取りする。 シェーダーコード attribute highp vec4 position; attribute mediump vec2 texcoor ...
【Android】サポートライブラリ・パッケージ一覧資料
FireBase の使用可能なライブラリ サポートライブラリパッケージ
【Defold】ビルドログを確認する
ビルドエラーの詳細が知りたいときはビルドログを確認しましょう。 確認方法 Defold Editor メニューのHelp から Show Logs を選択します ...
【Defold】modelコンポーネント用「Ghost」シェーダー
シェーダーコード attribute highp vec4 position; attribute mediump vec2 texcoord0; attrib ...