Topic: To use the source code

I bought the source version of UFE2, as if UFE2 Pro wasn't enough.
I didn't see any warning popups when I started Unity, but do I need to re-install the assets?

Share

Thumbs up Thumbs down

Re: To use the source code

Are you talking about upgrading your project from pro to source?
If you have anything you made in pro you might need to go through the upgrade process.
This video might help
https://youtu.be/-6QriL3973k

Share

Thumbs up +1 Thumbs down

Re: To use the source code

Thanks, I was translating the video.
I deleted all the files I was working on and installed from scratch and still got this error, so is this something I should fix using notepad plus plus like you mentioned in the video?

https://uploda1.ysklog.net/uploda/681a1d7230.jpg
https://uploda1.ysklog.net/uploda/3487444544.jpg

Share

Thumbs up Thumbs down

Re: To use the source code

Try installing a fresh UFE in an empty project. I'm not sure why that could happen.
What unity version are you using?

Share

Thumbs up +1 Thumbs down

Re: To use the source code

The version of unity appears to be 2021.3.6f1.

Share

Thumbs up Thumbs down

Re: To use the source code

Just to be sure, I hit update in Unity and then restarted it, and it is now recognized in the Inspecter tab.
(bottom left"!" is bothering me.) I'm assuming that's it, right?
https://uploda1.ysklog.net/uploda/d37820c22e.jpg

Share

Thumbs up Thumbs down

Re: To use the source code

Now that updated finished, I'd like to ask,
how can I edit the source code scripts?

Share

Thumbs up Thumbs down

Re: To use the source code

You can edit the source code script's by simply double clicking on a script.

Share

Thumbs up +2 Thumbs down

Re: To use the source code

Sorry for the really newbie question, but which is the script code?
For example, if you could write down the file name, that would be great.

Share

Thumbs up Thumbs down

Re: To use the source code

UFE contains many scripts.
Look in UFE > Engine > Scripts
https://i.imgur.com/7e8ClRr.png

Share

Thumbs up +1 Thumbs down

Re: To use the source code

I opened the image you showed anyway.
Then, VisualStudio started up.
Do I use this tool to edit the script?

Share

Thumbs up Thumbs down

Re: To use the source code

Yes

Share

Thumbs up +2 Thumbs down

Re: To use the source code

Thanks.
I'll ask again when it's time to use it.
Are there any explanations or videos on script editing?

Share

Thumbs up Thumbs down

Re: To use the source code

Learning how to code can take weeks/months/years.
I'd recommend looking up some c# tutorials for unity.
They can help you learn some basics.

Share

Thumbs up +2 Thumbs down