Skip to content

Stride Project - Change name (Namespace) #2203

Answered by Doprez
Generalec asked this question in Q&A
Discussion options

You must be logged in to vote

The main difference will come with any serialized assets from Components in the Scene.

I have used a find all and replace in VS Code to change namespaces before with success but its definitely easier to transfer to a new project assuming the rename doesnt work flawlessly.

In the future for any classes that are seen in the editor you should add a DataContract to the class with the class name as the passed in parameter IE [DataContract(nameof(MyClass))] This will avoid it using the namespace as a reference in the yaml files.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Doprez
Comment options

Answer selected by Generalec
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants