Skip to content

feat: Allow configuring the location of the default network prefabs list. [MTT-6209] #2544

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
May 24, 2023

Conversation

ShadauxCat
Copy link
Collaborator

@ShadauxCat ShadauxCat commented May 1, 2023

resolves #2493

Changelog

  • Added: The location of the automatically-created default network prefab list can now be configured

Testing and Documentation

  • No tests have been added.
  • No documentation changes or additions were necessary.

@ShadauxCat ShadauxCat requested a review from a team as a code owner May 1, 2023 20:04
public static string DefaultNetworkPrefabsPath
{
get
{
return s_DefaultNetworkPrefabsPath;
return NetcodeForGameObjectsProjectSettings.instance.NetworkPrefabsPath;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

😻

Copy link
Collaborator

@NoelStephensUnity NoelStephensUnity left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good Kitty!

@ShadauxCat ShadauxCat enabled auto-merge (squash) May 24, 2023 18:42
@ShadauxCat ShadauxCat merged commit 96def2c into develop May 24, 2023
@ShadauxCat ShadauxCat deleted the feat/configurable_default_prefab_list_location branch May 24, 2023 19:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[1.3.1] DefaultNetworkPrefabs.asset is recreated if moved in sub-folder
3 participants