Can modify scripts after build?

General development topics: using various Unity tools, publishing games, etc.
Post Reply
lionserver
Posts: 4
Joined: 09 Jun 2020 06:27

Can modify scripts after build?

Post by lionserver »

Hello!! I want to modify scripts after build.
Because I want to share friends to modify the content and not using Unity editor.

If it can, please tell me how to do.
Thanks a lot!!

Elringus
admin
Posts: 521
Joined: 11 May 2020 18:03

Re: Can modify scripts after build?

Post by Elringus »

Hi, That's possible with local, google drive or a custom resources provider. See more info in the guide: https://naninovel.com/guide/resource-providers.html

lionserver
Posts: 4
Joined: 09 Jun 2020 06:27

Re: Can modify scripts after build?

Post by lionserver »

Elringus wrote: 09 Jun 2020 08:14

Hi, That's possible with local, google drive or a custom resources provider. See more info in the guide: https://naninovel.com/guide/resource-providers.html

Thanks a lot!!
I will try it.

lionserver
Posts: 4
Joined: 09 Jun 2020 06:27

Re: Can modify scripts after build?

Post by lionserver »

Hello I want to ask that...
Why my Resources Provider not include Google Drive Content?
And My local Provider doesn't work.
Can you make some tutorials?
Thanks a lot!!

My version: 1.9.8-beta

https://imgur.com/a/AOEKShp

Elringus
admin
Posts: 521
Joined: 11 May 2020 18:03

Re: Can modify scripts after build?

Post by Elringus »

Make sure to follow the guide; you've probably didn't install the drive extension.

lionserver
Posts: 4
Joined: 09 Jun 2020 06:27

Re: Can modify scripts after build?

Post by lionserver »

I have installed this GoogelDrive extension.
And use the TestScript to check linking.

But it doesn't appear, either :( :(
Really want to finish it QwQ

https://imgur.com/vBwQtvA

https://imgur.com/o8IXk3T

Elringus
admin
Posts: 521
Joined: 11 May 2020 18:03

Re: Can modify scripts after build?

Post by Elringus »

You can find a working example project here: https://github.com/Elringus/NaninovelSandbox

Post Reply