Error: Error in Feature pack C:/Program Files/Epic Games/UE_5.0/FeaturePacks/TP_VirtualRealityBP.upack. Failed to parse manifest: Invalid Json Token. Line: 43 Ch: 4

I have the same error for this file.

I do see the character , around where line 43 would be of the json portion of that file where a comma should be. I believe this character is a utf-8 expanded comma. Perhaps whatever is parsing this file is stumbling on this. I’m fairly new to unreal engine so I’m not sure how to resolve this. I don’t know if it’s safe to simply manually edit these characters.

For reference:

	"AssetTypes": [
		{
			"Language": "en",
			"Text": "Sound Cue, Haptic Feedback Effect Curve, Niagara System."
		},
		{
			"Language": "ko",
			"Text": "사운드 큐, 햅틱 피드백 이펙트 커브, 나이아가라 시스템"

		}
	],
4 Likes