問題があります。 #include "opencv2/highgui/highgui.hpp"
#include "opencv2/imgproc/imgproc.hpp"
#include <iostream>
#include <stdio.h>
using namespace cv;
using namespace std;
/** @function main */
in
私はUnityでピンボールゲームを作っています。問題があります。スコアにポイントを追加するためにピンボールがシリンダーに衝突すると、ピンボールは機能しません。 Unityのシリンダーにタグを付け、このスクリプトをピンボールに添付しました。デバッグログには表示されません。 ありがとうございました。 using UnityEngine;
using System.Collections;
usin