質問編集履歴
3
CSファイルではなくButtonObjectを選択すべきでした
test
CHANGED
File without changes
|
test
CHANGED
@@ -377,3 +377,13 @@
|
|
377
377
|
と選択することしかできません。
|
378
378
|
|
379
379
|
以下はその画像です。(一度 Unity2dで作り治したためcsファイル名が変わっていますが、内容自体は全く一緒です)
|
380
|
+
|
381
|
+

|
382
|
+
|
383
|
+
|
384
|
+
|
385
|
+
追記3
|
386
|
+
|
387
|
+
OnClick部分に間違ってCSファイルそのものを選択していたことが原因でした。
|
388
|
+
|
389
|
+
正しくはButtonObjectを選択すべきでした。
|
2
UnityButtonの異常
test
CHANGED
File without changes
|
test
CHANGED
@@ -363,3 +363,17 @@
|
|
363
363
|
[Mon Dec 03 22:27:44.031367 2018] [mpm_winnt:notice] [pid 32152:tid 736] AH00354: Child: Starting 150 worker threads.
|
364
364
|
|
365
365
|
と表示されました。
|
366
|
+
|
367
|
+
|
368
|
+
|
369
|
+
|
370
|
+
|
371
|
+
追記2
|
372
|
+
|
373
|
+
Unity側のButtonに異常があるようです。Buttonにスクリプトを付けようとしても選択できません。
|
374
|
+
|
375
|
+
具体的にはButtonScriptComponent→NoFunction→MonoBehavior→stringname
|
376
|
+
|
377
|
+
と選択することしかできません。
|
378
|
+
|
379
|
+
以下はその画像です。(一度 Unity2dで作り治したためcsファイル名が変わっていますが、内容自体は全く一緒です)
|
1
Unityのアップデート、エラー・アクセスログの確認
test
CHANGED
File without changes
|
test
CHANGED
@@ -321,3 +321,45 @@
|
|
321
321
|
|
322
322
|
|
323
323
|
```
|
324
|
+
|
325
|
+
追記1
|
326
|
+
|
327
|
+
投稿時点からUnityを最新版にアップデートしました。
|
328
|
+
|
329
|
+
Unity側のConsoleWindowにはDebugLogが全く表示されません。
|
330
|
+
|
331
|
+
よってDebugLog(www.text);でエラーの確認が出来ません。
|
332
|
+
|
333
|
+
サーバー側のアクセスログには全く何も表示されず
|
334
|
+
|
335
|
+
エラーログには
|
336
|
+
|
337
|
+
PHP Warning: Module 'mbstring' already loaded in Unknown on line 0
|
338
|
+
|
339
|
+
[Mon Dec 03 11:30:06.549514 2018] [mpm_winnt:notice] [pid 46064:tid 664] AH00354: Child: Starting 150 worker threads.
|
340
|
+
|
341
|
+
[Mon Dec 03 22:27:41.598903 2018] [ssl:warn] [pid 42188:tid 680] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
|
342
|
+
|
343
|
+
[Mon Dec 03 22:27:41.815474 2018] [core:warn] [pid 42188:tid 680] AH00098: pid file C:/xampp/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
|
344
|
+
|
345
|
+
[Mon Dec 03 22:27:41.838263 2018] [ssl:warn] [pid 42188:tid 680] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
|
346
|
+
|
347
|
+
PHP Warning: Module 'mbstring' already loaded in Unknown on line 0
|
348
|
+
|
349
|
+
[Mon Dec 03 22:27:42.763834 2018] [mpm_winnt:notice] [pid 42188:tid 680] AH00455: Apache/2.4.37 (Win32) OpenSSL/1.1.1 PHP/7.2.12 configured -- resuming normal operations
|
350
|
+
|
351
|
+
[Mon Dec 03 22:27:42.763834 2018] [mpm_winnt:notice] [pid 42188:tid 680] AH00456: Apache Lounge VC15 Server built: Oct 18 2018 17:16:04
|
352
|
+
|
353
|
+
[Mon Dec 03 22:27:42.763834 2018] [core:notice] [pid 42188:tid 680] AH00094: Command line: 'c:\xampp\apache\bin\httpd.exe -d C:/xampp/apache'
|
354
|
+
|
355
|
+
[Mon Dec 03 22:27:42.797714 2018] [mpm_winnt:notice] [pid 42188:tid 680] AH00418: Parent: Created child process 32152
|
356
|
+
|
357
|
+
[Mon Dec 03 22:27:43.798991 2018] [ssl:warn] [pid 32152:tid 736] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
|
358
|
+
|
359
|
+
[Mon Dec 03 22:27:43.914713 2018] [ssl:warn] [pid 32152:tid 736] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
|
360
|
+
|
361
|
+
PHP Warning: Module 'mbstring' already loaded in Unknown on line 0
|
362
|
+
|
363
|
+
[Mon Dec 03 22:27:44.031367 2018] [mpm_winnt:notice] [pid 32152:tid 736] AH00354: Child: Starting 150 worker threads.
|
364
|
+
|
365
|
+
と表示されました。
|