のしメモ アプリ開発ブログ

Unityアプリとかロボットとか作ってるときに困ったこととかメモ

2017-07-01から1ヶ月間の記事一覧

ChainerをWindowsにインストールする手順メモ

Windowsで仮想環境(Ubuntu)を作成し、そこでChinerを動かすまでのメモです 手順 1. Ubuntuインストールする (1) VirtualBoxのインストール 下記リンクのダウンロードリンクから[WindowsHosts]を選択しインストールする Downloads – Oracle VM VirtualBox (2)…

Cross Platform Native PluginsでXcodeのエラーが出た時の対処メモ

Cross Platform Native Pluginsを使っている状態のUnity5.6でiOSビルド後にXcodeでエラーがでるみたいです。 エラー内容 Implicit declaration of function 'ConvertToNSString' is invalid in C99 CPNPCloudServicesBinding.m. Implicit delcation of funct…

Actions on Googleを始める

Actions on Google 音声を使用した会話形式のアプリが作れるツールです。 Google Homeのアプリもシミュレータで確認しながら作れるみたいなので試してみました。サンプルではAPI.AIのNode.jsを使ったアプリで、Firebaseを使ってデプロイできるようになってい…