Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
FixIt.uplugin 830 B
{
	"FileVersion": 3,
	"Version": 1,
	"VersionName": "1.11",
	"FriendlyName": "FixIt",
	"Description": "A real-time feedback tool",
	"Category": "Tools",
	"CreatedBy": "MachinMachines",
	"CreatedByURL": "https://machinmachines.froggit.page/machinmachines/",
	"DocsURL": "https://lab.frogg.it/machinmachines/unreal/fixit/-/wikis/home",
	"MarketplaceURL": "",
	"SupportURL": "https://lab.frogg.it/machinmachines/unreal/fixit/",
	"CanContainContent": true,
	"SupportedTargetPlatforms": [
		"Win64",
		"XSX",
		"PS5"
	],
	"Modules": [
		{
			"Name": "FixItCore",
			"Type": "Runtime",
			"LoadingPhase": "Default",
			"PlatformAllowList": [
				"Win64",
				"XSX",
				"PS5"
			]
		},
		{
			"Name": "FixIt",
			"Type": "Runtime",
			"LoadingPhase": "Default",
			"PlatformAllowList": [
				"Win64",
				"XSX",
				"PS5"
			]
		}
	]
}