Giter VIP home page Giter VIP logo

gametoolkit-localization's People

Contributors

ibrahimpenekli avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

gametoolkit-localization's Issues

Saving language

What's the best way to save language setted by player while using this asset?

Localizing array of audio clips?

Hi

In my game object, I have array of Audio Clips, that I then play in the code depending on the game state.
screenshot 22

Simply, I sometimes play infoSfxArray[0], sometimes infoSfxArray[1], etc... I tried many ways to localize such an array, but without a success. Do you have any idea how to implement this?

Thanks

Localized App Name

Any chance to implement localized app names for Android and iOS?
Thanks :)

'Newtonsoft' could not be found

It shows this error

Assets/Scripts/DataManager.cs(1,7): error CS0246: The type or namespace name 'Newtonsoft' could not be found (are you missing a using directive or an assembly reference?)

Add clone button or feature to allow cloning of a localised asset type

Hi, I was wondering if you could add a clone button / feature to to the Localisation explorer so that its easy to clone a particular localised asset type with its predefined system language. This would make it breezy in adding more than one localisation asset when you have a bunch of them to fill out.

Cannot set property of custom MonoBehaviours

In my case I have a LocalizedVideoClip which I would love to be able to use to set a public VideoClip property of a MonoBehaviour class but it seems to only be able to find the VideoClip property of a VideoPlayer component. All properties of my own classes, even though they have a compatible type, are completely ignored. Is this how it's supposed to work?

At the moment I'm using a workaround based on this method:

VideoClip videoClip;
GameToolkit.Localization.LocalizedVideoClip lvc =
            Resources.Load<GameToolkit.Localization.LocalizedVideoClip>(_localizedResourcePath);
lvc.TryGetLocaleValue(Localization.Instance.CurrentLanguage, out videoClip);

which works but it would be great to also have the option to point to any public variables (of matching type) from LocalizedAsset's editor. Not sure if this is feasible.

Thanks for this Localization asset and for looking into this.

Generic/unknown HTTP error

Any idea why I got this error every time after I try to quickly translate missing locale in Localization Explorer?

More Languages? ReadME?

How about if we could add more languages to the asset? and update the readme with the current languages? : )

Localization settings could not be found

In the documentation it says,

Localization settings is created automatically when package is imported. Also you can manually create via

 Project Window -> GameToolkit -> Localization -> Localization Settings

I imported the 1.3 version from the asset store, but I can't seem to find such asset in my Assets directory. There's no such option in the Window -> GameToolkit menu bar either. This is tested in Unity 2018.4.11f1

Multiple LocalizationSettings assets created if Library folder is deleted

So try closing the Unity project. Then delete the Library folder and open the project again. Observe multiple LocalizationSettings assets created, in my case it's always original LocalizationSettings + 17 more.

Also there are some errors like:

  • [Worker0] CreateSerializedAsset is not supported while importing out-of-process

  • [Worker0] UnityException: Creating asset at path Assets/Resources/LocalizationSettings 18.asset failed.

This happens in Unity v2021.3.21

The problem is in line 66 of the LocalizationSettings.cs because Resources.Load returns null while importing assets. So then it goes to the CreateSettingsAndSave which saves new assets after delay multiple times...

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.