Buildings added, Info and Upgrade Menus Display data, Scriptable Object improved

This commit is contained in:
Sewmina
2022-04-11 03:53:31 +05:30
parent 3581fe785d
commit 50162171d6
77 changed files with 3747 additions and 8891 deletions

View File

@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<LangVersion>8.0</LangVersion>
<LangVersion>latest</LangVersion>
</PropertyGroup>
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
@@ -36,72 +36,72 @@
<ImplicitlyExpandDesignTimeFacades>false</ImplicitlyExpandDesignTimeFacades>
</PropertyGroup>
<ItemGroup>
<Compile Include="Library/PackageCache/com.unity.services.core@1.0.1/Editor/Core/Networking/IHttpClient.cs" />
<Compile Include="Library/PackageCache/com.unity.services.core@1.0.1/Editor/Core/ProjectStateManagement/IServiceFlagRequest.cs" />
<Compile Include="Library/PackageCache/com.unity.services.core@1.0.1/Editor/Core/ServiceActivationPopup/Visuals/ExceptionVisual.cs" />
<Compile Include="Library/PackageCache/com.unity.services.core@1.0.1/Editor/Core/ServiceActivationPopup/Visuals/ServiceActivationPopupVisual.cs" />
<Compile Include="Library/PackageCache/com.unity.services.core@1.0.1/Editor/Core/ProjectStateManagement/ProjectStateRequest.cs" />
<Compile Include="Library/PackageCache/com.unity.services.core@1.0.1/Editor/Core/ProjectStateManagement/ServiceFlagRequest.cs" />
<Compile Include="Library/PackageCache/com.unity.services.core@1.0.1/Editor/Core/UserRoleManagement/IUserRoleHandler.cs" />
<Compile Include="Library/PackageCache/com.unity.services.core@1.0.1/Editor/Core/Networking/HttpRequestExtensions.cs" />
<Compile Include="Library/PackageCache/com.unity.services.core@1.0.1/Editor/Core/Networking/HttpServiceConfig.cs" />
<Compile Include="Library/PackageCache/com.unity.services.core@1.0.1/Editor/Core/EditorGameService/ServiceFlagEndpoint.cs" />
<Compile Include="Library/PackageCache/com.unity.services.core@1.0.1/Editor/Core/AsyncOperation/IAsyncOperation.cs" />
<Compile Include="Library/PackageCache/com.unity.services.core@1.0.1/Editor/Core/ServiceActivationPopup/Visuals/ProjectBindVisual.cs" />
<Compile Include="Library/PackageCache/com.unity.services.core@1.0.1/Editor/Core/ProjectStateManagement/IProjectStateRequest.cs" />
<Compile Include="Library/PackageCache/com.unity.services.core@1.0.1/Editor/Core/AsyncOperation/AsyncOperation.cs" />
<Compile Include="Library/PackageCache/com.unity.services.core@1.0.1/Editor/Core/ServiceActivationPopup/Visuals/InsufficientPermissionVisual.cs" />
<Compile Include="Library/PackageCache/com.unity.services.core@1.0.1/Editor/Core/EditorGameService/EditorGameServiceRegistry.cs" />
<Compile Include="Library/PackageCache/com.unity.services.core@1.0.1/Editor/Core/UiHelpers/ExceptionHelper.cs" />
<Compile Include="Library/PackageCache/com.unity.services.core@1.0.1/Editor/Core/Networking/ReadOnlyHttpRequest.cs" />
<Compile Include="Library/PackageCache/com.unity.services.core@1.0.1/Editor/Core/UserRoleManagement/IUserRoleRequest.cs" />
<Compile Include="Library/PackageCache/com.unity.services.core@1.0.1/Editor/Core/Networking/ReadOnlyHttpResponse.cs" />
<Compile Include="Library/PackageCache/com.unity.services.core@1.0.1/Editor/Core/ProjectStateManagement/ProjectStateHelper.cs" />
<Compile Include="Library/PackageCache/com.unity.services.core@1.0.1/Editor/Core/EditorGameService/ServiceInstallationListener.cs" />
<Compile Include="Library/PackageCache/com.unity.services.core@1.0.1/Editor/Core/AsyncOperation/AsyncOperationAwaiter.cs" />
<Compile Include="Library/PackageCache/com.unity.services.core@1.0.1/Editor/Core/EditorGameService/EditorGameServiceFlagEnabler.cs" />
<Compile Include="Library/PackageCache/com.unity.services.core@1.0.1/Editor/Core/UiHelpers/IProjectEditorDrawerFactory.cs" />
<Compile Include="Library/PackageCache/com.unity.services.core@1.0.1/Editor/Core/AsyncOperation/AsyncOperationStatus.cs" />
<Compile Include="Library/PackageCache/com.unity.services.core@1.0.1/Editor/Core/EditorGameService/IEditorGameServiceEnabler.cs" />
<Compile Include="Library/PackageCache/com.unity.services.core@1.0.1/Editor/Core/UiHelpers/VisualElementHelper.cs" />
<Compile Include="Library/PackageCache/com.unity.services.core@1.0.1/Editor/Core/BackendHelpers/JsonHelper.cs" />
<Compile Include="Library/PackageCache/com.unity.services.core@1.0.1/Editor/Core/ProjectStateManagement/IProjectStateHelper.cs" />
<Compile Include="Library/PackageCache/com.unity.services.core@1.0.1/Editor/Core/ServiceActivationPopup/Visuals/UserRequestVisual.cs" />
<Compile Include="Library/PackageCache/com.unity.services.core@1.0.1/Editor/Core/UserRoleManagement/UserRole.cs" />
<Compile Include="Library/PackageCache/com.unity.services.core@1.0.1/Editor/Core/UiHelpers/SettingsCommonHeaderUiHelper.cs" />
<Compile Include="Library/PackageCache/com.unity.services.core@1.0.1/Editor/Core/ProjectStateManagement/ServiceFlags.cs" />
<Compile Include="Library/PackageCache/com.unity.services.core@1.0.1/Editor/Core/UiHelpers/SliderToggleUiHelper.cs" />
<Compile Include="Library/PackageCache/com.unity.services.core@1.0.1/Editor/Core/EditorGameService/EditorGameServiceSettingsProvider.cs" />
<Compile Include="Library/PackageCache/com.unity.services.core@1.0.1/Editor/Core/EditorGameService/IEditorGameServiceIdentifier.cs" />
<Compile Include="Library/PackageCache/com.unity.services.core@1.0.1/Editor/Core/EditorGameService/IEditorGameService.cs" />
<Compile Include="Library/PackageCache/com.unity.services.core@1.0.1/Editor/Core/UiHelpers/LoggedOutUiHelper.cs" />
<Compile Include="Library/PackageCache/com.unity.services.core@1.0.1/Editor/Core/Utils/MiniJson.cs" />
<Compile Include="Library/PackageCache/com.unity.services.core@1.0.1/Editor/Core/ProjectStateManagement/IServiceFlags.cs" />
<Compile Include="Library/PackageCache/com.unity.services.core@1.0.1/Editor/Core/EditorGameService/Analytics/EditorGameServiceAnalyticsSender.cs" />
<Compile Include="Library/PackageCache/com.unity.services.core@1.0.1/Editor/Core/ProjectStateManagement/ProjectState.cs" />
<Compile Include="Library/PackageCache/com.unity.services.core@1.0.1/Editor/Core/UiHelpers/PlatformSupportUiHelper.cs" />
<Compile Include="Library/PackageCache/com.unity.services.core@1.0.1/Editor/Core/Networking/HttpRequest.cs" />
<Compile Include="Library/PackageCache/com.unity.services.core@1.0.1/Editor/Core/Networking/IHttpClient.cs" />
<Compile Include="Library/PackageCache/com.unity.services.core@1.0.1/Editor/Core/ProjectStateManagement/IServiceFlagRequest.cs" />
<Compile Include="Library/PackageCache/com.unity.services.core@1.0.1/Editor/Core/ServiceActivationPopup/Visuals/ExceptionVisual.cs" />
<Compile Include="Library/PackageCache/com.unity.services.core@1.0.1/Editor/Core/UserRoleManagement/IUserRoleHandler.cs" />
<Compile Include="Library/PackageCache/com.unity.services.core@1.0.1/Editor/Core/EditorGameService/ServiceFlagEndpoint.cs" />
<Compile Include="Library/PackageCache/com.unity.services.core@1.0.1/Editor/Core/ProjectStateManagement/IProjectStateRequest.cs" />
<Compile Include="Library/PackageCache/com.unity.services.core@1.0.1/Editor/Core/AsyncOperation/AsyncOperation.cs" />
<Compile Include="Library/PackageCache/com.unity.services.core@1.0.1/Editor/Core/UiHelpers/ExceptionHelper.cs" />
<Compile Include="Library/PackageCache/com.unity.services.core@1.0.1/Editor/Core/UserRoleManagement/IUserRoleRequest.cs" />
<Compile Include="Library/PackageCache/com.unity.services.core@1.0.1/Editor/Core/AsyncOperation/AsyncOperationAwaiter.cs" />
<Compile Include="Library/PackageCache/com.unity.services.core@1.0.1/Editor/Core/AsyncOperation/AsyncOperationStatus.cs" />
<Compile Include="Library/PackageCache/com.unity.services.core@1.0.1/Editor/Core/EditorGameService/IEditorGameServiceEnabler.cs" />
<Compile Include="Library/PackageCache/com.unity.services.core@1.0.1/Editor/Core/ServiceActivationPopup/ServiceActivationPopupWindow.cs" />
<Compile Include="Library/PackageCache/com.unity.services.core@1.0.1/Editor/Core/AsyncOperation/AsyncOperationExtensions.cs" />
<Compile Include="Library/PackageCache/com.unity.services.core@1.0.1/Editor/Core/UserRoleManagement/UserRoleHandler.cs" />
<Compile Include="Library/PackageCache/com.unity.services.core@1.0.1/Editor/Core/ProjectStateManagement/IProjectStateHelper.cs" />
<Compile Include="Library/PackageCache/com.unity.services.core@1.0.1/Editor/Core/UiHelpers/OfflineUiHelper.cs" />
<Compile Include="Library/PackageCache/com.unity.services.core@1.0.1/Editor/Core/ServiceActivationPopup/Visuals/UserRequestVisual.cs" />
<Compile Include="Library/PackageCache/com.unity.services.core@1.0.1/Editor/Core/Networking/HttpResponse.cs" />
<Compile Include="Library/PackageCache/com.unity.services.core@1.0.1/Editor/Core/UserRoleManagement/UserRole.cs" />
<Compile Include="Library/PackageCache/com.unity.services.core@1.0.1/Editor/Core/UiHelpers/SettingsCommonHeaderUiHelper.cs" />
<Compile Include="Library/PackageCache/com.unity.services.core@1.0.1/Editor/Core/ServiceActivationPopup/Visuals/ProjectBindAndUserRequestVisual.cs" />
<Compile Include="Library/PackageCache/com.unity.services.core@1.0.1/Editor/Core/ServiceActivationPopup/Visuals/LoggedOutVisual.cs" />
<Compile Include="Library/PackageCache/com.unity.services.core@1.0.1/Editor/Core/ProjectStateManagement/ServiceFlags.cs" />
<Compile Include="Library/PackageCache/com.unity.services.core@1.0.1/Editor/Core/UiHelpers/SliderToggleUiHelper.cs" />
<Compile Include="Library/PackageCache/com.unity.services.core@1.0.1/Editor/Core/EditorGameService/DefaultCdnConfiguredEndpoint.cs" />
<Compile Include="Library/PackageCache/com.unity.services.core@1.0.1/Editor/Core/EditorGameService/EditorGameServiceSettingsProvider.cs" />
<Compile Include="Library/PackageCache/com.unity.services.core@1.0.1/Editor/Core/UiHelpers/AccessTokenErrorUiHelper.cs" />
<Compile Include="Library/PackageCache/com.unity.services.core@1.0.1/Editor/Core/EditorGameService/EditorGameServiceDashboardHelper.cs" />
<Compile Include="Library/PackageCache/com.unity.services.core@1.0.1/Editor/Core/EditorGameService/IEditorGameServiceIdentifier.cs" />
<Compile Include="Library/PackageCache/com.unity.services.core@1.0.1/Editor/Core/AsyncOperation/IAsyncOperationAwaiter.cs" />
<Compile Include="Library/PackageCache/com.unity.services.core@1.0.1/Editor/Core/EditorGameService/IEditorGameService.cs" />
<Compile Include="Library/PackageCache/com.unity.services.core@1.0.1/Editor/Core/UiHelpers/LoggedOutUiHelper.cs" />
<Compile Include="Library/PackageCache/com.unity.services.core@1.0.1/Editor/Core/Networking/UnityWebRequestClient.cs" />
<Compile Include="Library/PackageCache/com.unity.services.core@1.0.1/Editor/Core/Utils/MiniJson.cs" />
<Compile Include="Library/PackageCache/com.unity.services.core@1.0.1/Editor/Core/UiHelpers/UserRoleRequestUiHelper.cs" />
<Compile Include="Library/PackageCache/com.unity.services.core@1.0.1/Editor/Core/UserRoleManagement/UserRoleRequest.cs" />
<Compile Include="Library/PackageCache/com.unity.services.core@1.0.1/Editor/Core/EditorGameService/IEditorGameServiceRegistry.cs" />
<Compile Include="Library/PackageCache/com.unity.services.core@1.0.1/Editor/Core/ProjectStateManagement/IServiceFlags.cs" />
<Compile Include="Library/PackageCache/com.unity.services.core@1.0.1/Editor/Core/EditorGameService/Analytics/EditorGameServiceAnalyticsSender.cs" />
<Compile Include="Library/PackageCache/com.unity.services.core@1.0.1/Editor/Core/BackendHelpers/UnityWebRequestHelper.cs" />
<Compile Include="Library/PackageCache/com.unity.services.core@1.0.1/Editor/Core/ProjectStateManagement/ProjectState.cs" />
<Compile Include="Library/PackageCache/com.unity.services.core@1.0.1/Editor/Core/ServiceActivationPopup/IActivationPopupVisual.cs" />
<Compile Include="Library/PackageCache/com.unity.services.core@1.0.1/Editor/Core/ServiceActivationPopup/Visuals/ServiceActivationConfirmationVisual.cs" />
<Compile Include="Library/PackageCache/com.unity.services.core@1.0.1/Editor/Core/ServiceActivationPopup/Visuals/CoppaVisual.cs" />
<Compile Include="Library/PackageCache/com.unity.services.core@1.0.1/Editor/Core/Networking/HttpOptions.cs" />
<Compile Include="Library/PackageCache/com.unity.services.core@1.0.1/Editor/Core/UiHelpers/PlatformSupportUiHelper.cs" />
<Compile Include="Library/PackageCache/com.unity.services.core@1.0.1/Editor/Core/ServiceActivationPopup/Visuals/OfflineVisual.cs" />
<Compile Include="Library/PackageCache/com.unity.services.core@1.0.1/Editor/Core/Networking/HttpRequest.cs" />
<Compile Include="Library/PackageCache/com.unity.services.core@1.0.1/Editor/Core/AssemblyInfo.cs" />
<Compile Include="Library/PackageCache/com.unity.services.core@1.0.1/Editor/Core/EditorGameService/EditorGameServiceRemoteConfiguration.cs" />
<None Include="Library/PackageCache/com.unity.services.core@1.0.1/Editor/Core/UiHelpers/UXML/ExceptionVisual.uxml" />
@@ -375,6 +375,9 @@
<Reference Include="log4netPlastic">
<HintPath>/media/RocketSpeed/Unity_Projects/UPF/Library/PackageCache/com.unity.collab-proxy@1.15.13/Lib/Editor/PlasticSCM/log4netPlastic.dll</HintPath>
</Reference>
<Reference Include="ICSharpCode.NRefactory">
<HintPath>/media/RocketSpeed/Unity_Projects/UPF/Library/PackageCache/com.unity.render-pipelines.core@10.8.1/Editor/ShaderGenerator/ICSharpCode.NRefactory.dll</HintPath>
</Reference>
<Reference Include="nunit.framework">
<HintPath>/media/RocketSpeed/Unity_Projects/UPF/Library/PackageCache/com.unity.ext.nunit@1.0.6/net35/unity-custom/nunit.framework.dll</HintPath>
</Reference>