PoseAI / PoseCameraAPI

Tools to work with the Pose Camera app
Apache License 2.0
146 stars 38 forks source link

Unity3D demo error #30

Closed nameHui closed 1 year ago

nameHui commented 1 year ago

I downloaded Unity Editor 2021.3.24f1 and imported poseAI_UnityDemo3.0; But the following error can not be solved, I am a novice, thank you for any help

1693452914245

Problem detected while importing the Prefab file: 'Assets/StarterAssets/ThirdPersonController/Prefabs/NestedParentCapsule_Unpack.prefab'. The file might be corrupt or have missing nested Prefabs. See details below. Errors: Prefab instance problem: UI_EventSystem (Missing Prefab with guid: f0271df749728104eac22c3d897fd8ce) Prefab instance problem: UI_Canvas_StarterAssetsInputs_Joysticks (Missing Prefab with guid: 2f7f3dde7ae722a4aafffe20691ad702)

0x00007ff6818dec7d (Unity) StackWalker::GetCurrentCallstack 0x00007ff6818e5839 (Unity) StackWalker::ShowCallstack 0x00007ff68287e103 (Unity) GetStacktrace 0x00007ff682f2f4ed (Unity) DebugStringToFile 0x00007ff681172708 (Unity) ErrorsAndWarningsCapture::LogAsOneMessage 0x00007ff68245906f (Unity) PrefabImporter::GenerateAssetData 0x00007ff682ba65e1 (Unity) ImportToObjects 0x00007ff682ba5543 (Unity) ImportAsset 0x00007ff682bc85e1 (Unity) AssetImportWorker::Import 0x00007ff682bfa1f0 (Unity) AssetImportManager::ImportInProcess 0x00007ff682bf707e (Unity) AssetImportManager::Import 0x00007ff682bfb0e1 (Unity) ImportOutOfDateAssets 0x00007ff682c06d53 (Unity) RefreshInternalV2 0x00007ff682c0e65b (Unity) StopAssetImportingV2Internal 0x00007ff682bfb3ed (Unity) InitialRefreshV2 0x00007ff68242351d (Unity) Application::InitializeProject 0x00007ff682888868 (Unity) WinMain 0x00007ff683c696be (Unity) __scrt_common_main_seh 0x00007ffabb237614 (KERNEL32) BaseThreadInitThunk 0x00007ffabcc426b1 (ntdll) RtlUserThreadStart

PoseAI commented 1 year ago

Hi, usually that error appears because we zipped the project without the library files (which Unity can recreate) to reduce size. Have you tried selecting one of the Scenes and opening, and then running the demo? That usually fixes the prefabs.

On Thu, Aug 31, 2023 at 6:36 AM nameHui @.***> wrote:

I downloaded Unity Editor 2021.3.24f1 and imported poseAI_UnityDemo3.0; But the following error can not be solved, I am a novice, thank you for any help

[image: 1693452914245] https://user-images.githubusercontent.com/141021695/264527004-52996b1e-7b7f-4b4b-abee-21d4a637f518.jpg

Problem detected while importing the Prefab file: 'Assets/StarterAssets/ThirdPersonController/Prefabs/NestedParentCapsule_Unpack.prefab'. The file might be corrupt or have missing nested Prefabs. See details below. Errors: Prefab instance problem: UI_EventSystem (Missing Prefab with guid: f0271df749728104eac22c3d897fd8ce) Prefab instance problem: UI_Canvas_StarterAssetsInputs_Joysticks (Missing Prefab with guid: 2f7f3dde7ae722a4aafffe20691ad702)

0x00007ff6818dec7d (Unity) StackWalker::GetCurrentCallstack 0x00007ff6818e5839 (Unity) StackWalker::ShowCallstack 0x00007ff68287e103 (Unity) GetStacktrace 0x00007ff682f2f4ed (Unity) DebugStringToFile 0x00007ff681172708 (Unity) ErrorsAndWarningsCapture::LogAsOneMessage 0x00007ff68245906f (Unity) PrefabImporter::GenerateAssetData 0x00007ff682ba65e1 (Unity) ImportToObjects 0x00007ff682ba5543 (Unity) ImportAsset 0x00007ff682bc85e1 (Unity) AssetImportWorker::Import 0x00007ff682bfa1f0 (Unity) AssetImportManager::ImportInProcess 0x00007ff682bf707e (Unity) AssetImportManager::Import 0x00007ff682bfb0e1 (Unity) ImportOutOfDateAssets 0x00007ff682c06d53 (Unity) RefreshInternalV2 0x00007ff682c0e65b (Unity) StopAssetImportingV2Internal 0x00007ff682bfb3ed (Unity) InitialRefreshV2 0x00007ff68242351d (Unity) Application::InitializeProject 0x00007ff682888868 (Unity) WinMain 0x00007ff683c696be (Unity) __scrt_common_main_seh 0x00007ffabb237614 (KERNEL32) BaseThreadInitThunk 0x00007ffabcc426b1 (ntdll) RtlUserThreadStart

— Reply to this email directly, view it on GitHub https://github.com/PoseAI/PoseCameraAPI/issues/30, or unsubscribe https://github.com/notifications/unsubscribe-auth/AOGO6DA5LOLRWEJ6SFVEERTXYABEPANCNFSM6AAAAAA4FNPM4A . You are receiving this because you are subscribed to this thread.Message ID: @.***>

-- Pose AI - 'Understanding bodies in motion'

NOTE: These emails are for discussion purposes only. Unless and until we agree and sign a written License Agreement, our email exchanges do not constitute a binding contract, or a commitment by Pose AI Ltd or its employees to provide any software or services. We accept no liability, obligation or responsibility toward the recipient.

nameHui commented 1 year ago

Thank you for your suggestion. I think I should learn about the development of unity3D first