0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

PlayCanvas Editorでシーンを起動すると「Cannot read properties of null (reading 'getGuid')」エラーが出る

Last updated at Posted at 2022-10-05

先日、エラーが発生して少しハマったため記事にします。この記事はエラーにハマった人向けの記事です。
PlayCanvasでシーンを起動時にこのようなエラーが出る場合について

エラー画像

エラーメッセージ

TypeError: Cannot read properties of null (reading 'getGuid')
    at SceneParser._openComponentData (https://code.playcanvas.com/playcanvas-1.56.0.dbg.js:49198:39)
    at SceneParser.parse (https://code.playcanvas.com/playcanvas-1.56.0.dbg.js:49146:11)
    at SceneHandler.open (https://code.playcanvas.com/playcanvas-1.56.0.dbg.js:51003:26)
    at i.open (https://launch.playcanvas.com/editor/scene/js/launch.js:1:60805)
    at ResourceLoader.open (https://code.playcanvas.com/playcanvas-1.56.0.dbg.js:29903:21)
    at AssetRegistry.load (https://code.playcanvas.com/playcanvas-1.56.0.dbg.js:30839:36)
    at AssetRegistry.add (https://code.playcanvas.com/playcanvas-1.56.0.dbg.js:30728:30)
    at d (https://launch.playcanvas.com/editor/scene/js/launch.js:1:66658)
    at https://launch.playcanvas.com/editor/scene/js/launch.js:1:67589
    at Array.forEach ()

考えられる原因

Windowsの環境でZipを解凍しない状態でアップロード(ドラックアンドドロップ)をしたことにより発生しておりました、PlayCanvasに0バイト(PlayCanvas EditorがParse出来ない)objファイルをアップロードするとTypeがSceneとしてアップロードされます。このアセットが含まれる場合には正常にシーンの読み込みができなくなります。

screenshoot-1.png

### 解決策

  • PlayCanvas Editorのアセットからobjファイル(TypeがScene)のファイルを削除する
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?