実現したいこと
セキュリティソフトがPhotonを検知しないようにする
前提
UnityでPhotonを使ったオンラインゲームを作っているんですが、先日プロジェクトを開いたらいきなりPhotonにセキュリティソフトが反応するようになってしまっていました。
(恐らくそのせいで)色々なエラーも吐くようになり、開発が進められなくなっています。
何か分かることがあれば教えていただきたいです
発生している問題・エラーメッセージ
イメージ説明
エラーメッセージ
Assets\Photon\PhotonUnityNetworking\Demos\DemoSlotRacer\Scripts\BezierCurve\Editor\BezierSplineInspector.cs(17,23): error CS0246: The type or namespace name 'BezierSpline' could not be found (are you missing a using directive or an assembly reference?)
Assets\Photon\PhotonUnityNetworking\Demos\DemoSlotRacer\Scripts\BezierCurve\Editor\LineInspector.cs(17,23): error CS0246: The type or namespace name 'Line' could not be found (are you missing a using directive or an assembly reference?)
Assets\Photon\PhotonUnityNetworking\Demos\DemoSlotRacer\Scripts\BezierCurve\Editor\BezierCurveInspector.cs(17,23): error CS0246: The type or namespace name 'BezierCurve' could not be found (are you missing a using directive or an assembly reference?)
Assets\Photon\PhotonUnityNetworking\Demos\DemoSlotRacer\Scripts\BezierCurve\Editor\BezierCurveInspector.cs(23,11): error CS0246: The type or namespace name 'BezierCurve' could not be found (are you missing a using directive or an assembly reference?)
Assets\Photon\PhotonUnityNetworking\Demos\DemoSlotRacer\Scripts\BezierCurve\Editor\BezierSplineInspector.cs(31,11): error CS0246: The type or namespace name 'BezierSpline' could not be found (are you missing a using directive or an assembly reference?)
該当のソースコード
ソースコード
試したこと
セキュリティソフト側の設定で脅威が検出される元をパフォーマンス除外(それでも写真のように反応してしまう)
補足情報(FW/ツールのバージョンなど)
Unityバージョン 2023.2.9f1
使用アセット PUN2 FREE
回答1件
あなたの回答
tips
プレビュー