removed unused methods(BeginPlay, Tick) and added rider plugin
This commit is contained in:
61
Plugins/Developer/RiderLink/RiderLink.uplugin
Normal file
61
Plugins/Developer/RiderLink/RiderLink.uplugin
Normal file
@@ -0,0 +1,61 @@
|
||||
{
|
||||
"FileVersion": 3,
|
||||
"Version": 1,
|
||||
"VersionName": "2025.1.3",
|
||||
"FriendlyName": "RiderLink",
|
||||
"Description": "Plugin for establishing IPC connection with JetBrains Rider IDE",
|
||||
"Category": "Programming",
|
||||
"CreatedBy": "JetBrains",
|
||||
"CreatedByURL": "https://www.jetbrains.com/",
|
||||
"DocsURL": "",
|
||||
"MarketplaceURL": "",
|
||||
"SupportURL": "",
|
||||
"CanContainContent": false,
|
||||
"Installed": false,
|
||||
"Modules": [
|
||||
{
|
||||
"Name": "RD",
|
||||
"Type": "EditorNoCommandlet",
|
||||
"LoadingPhase": "PreDefault"
|
||||
},
|
||||
{
|
||||
"Name": "RiderLink",
|
||||
"Type": "EditorNoCommandlet",
|
||||
"LoadingPhase": "PreDefault"
|
||||
},
|
||||
{
|
||||
"Name": "RiderLogging",
|
||||
"Type": "EditorNoCommandlet",
|
||||
"LoadingPhase": "PreDefault"
|
||||
},
|
||||
{
|
||||
"Name": "RiderBlueprint",
|
||||
"Type": "EditorNoCommandlet",
|
||||
"LoadingPhase": "Default"
|
||||
},
|
||||
{
|
||||
"Name": "RiderGameControl",
|
||||
"Type": "EditorNoCommandlet",
|
||||
"LoadingPhase": "Default"
|
||||
},
|
||||
{
|
||||
"Name": "RiderShaderInfo",
|
||||
"Type": "EditorNoCommandlet",
|
||||
"LoadingPhase": "PostEngineInit"
|
||||
},
|
||||
{
|
||||
"Name": "RiderLC",
|
||||
"Type": "EditorNoCommandlet",
|
||||
"LoadingPhase": "PostEngineInit"
|
||||
},
|
||||
{
|
||||
"Name": "RiderDebuggerSupport",
|
||||
"Type": "EditorNoCommandlet",
|
||||
"LoadingPhase": "PreDefault",
|
||||
"PlatformAllowList": [
|
||||
"Win64"
|
||||
]
|
||||
}
|
||||
],
|
||||
"EnabledByDefault": true
|
||||
}
|
||||
Reference in New Issue
Block a user