スポンサーリンク
Defold

【Defold】「Cycle detected on node type editor.collection/CollectionNode and output」 エラーの原因と対応方法

ビルドすると以下の様なエラーが発生してしまいました。java.lang.AssertionError: Assert failed: Cycle detected on node type editor.collection/Collect...
Defold

【Defold】local と self, そして go.property の使い分け

Defold でスクリプトを書いていると、慣れないうちは変数の宣言に localと self, そして go.property のどれを使えば良いのか迷うことがあります。僕も迷っていました。しかしDefold フォーラムの When to ...
TOOL

【Twitter】日本語のツイートのみを検索する

検索ウインドウに、lang:ja を加えます。これだけ。lang.ja が無い時;amg.ja が有る時絞り込みに便利です。
Defold

【Defold】rendercam アセット使用時にカーソルの位置がズレてしまう

rendercam.screen_to_world_2d で変換する必要があります。function on_input(self, action_id, action) if not action_id or action_id == ha...
Chrome

【Chrome】選択範囲を自動翻訳するChome拡張機能「Google 翻訳」が便利

最近海外サイトを読む機会が多くて都度Google や Deepl の翻訳サイトを開いて翻訳したテキストを読んでいました。便利ですが、都度テキストをコピペするのが面倒なので、何か無いかな?と探してみるとGoogle がChrome の拡張機能...
スポンサーリンク