Giter Club home page Giter Club logo

egga's People

Contributors

arshamnm avatar electrogryphon avatar enzx avatar omid3098 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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

egga's Issues

Error

Assets\ArabicSupport\Scripts\Editor\ArabicSupportTool.cs(29,25): error CS0433: The type 'ArabicFixer' exists in both 'ArabicSupport, Version=1.0.5079.40370, Culture=neutral, PublicKeyToken=null' and 'Assembly-CSharp, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null'

Adding an option to enable/disable RTL Fixing in RTL Text prefab

When I want to put English text inside RTLText prefab, it messes up the text, specially if it has some characters like , { } ( ).
I want to use this Game object on multi-language project, and it would be very nice to add something like a checkbox to enable/disable RTLFixing, so the Game Object works like normal Text object if we disable it.

Input placeholders

Hello. I'm seeing that input placeholders aren't being post processed. I would like to be able to set the placeholder in code and have it post-processed the same way the actual input text is. Also great work so far!

There is no canvas error

Hi! When I'm tring to add a new RTL Text, I get this error:

There is no Canvas
UnityEngine.Debug:Log(Object)
UPersian.Editor.UPersianContext:FindCorrectParent() (at Assets/EGGA/UPersian/Scripts/Editor/UPersianContext.cs:101)
UPersian.Editor.UPersianContext:CreateRtlToggle() (at Assets/EGGA/UPersian/Scripts/Editor/UPersianContext.cs:80)
UnityEditor.GenericMenu:CatchMenu(Object, String[], Int32)

Problem with ی letter when using some fonts!

Hi there ,
first of all , i honestly appreciate your passion about unity for creating such a great RTL language support unity package!

so , let's move on ...
the problem is when i using some fonts like "Samim" or "IranSans" neigher some of other fonts , a double dot appears in bottom of "ی" letter , Like this :
untitled-2

how can i remove those double dots ???

The referenced script on this Behaviour is missing!

Currently, the EGG script will cause the error:
The referenced script on this Behaviour (Game Object 'text') is missing!
because of the wrong place of directives.
Modify the code to:
using UnityEditor; using UnityEngine; namespace UPersian.Scripts { [ExecuteInEditMode] public class EGG : MonoBehaviour { #if UNITY_EDITOR .. the remaining code .. #endif } }
or add:
#else using UnityEngine; namespace UPersian.Scripts { public class EGG : MonoBehaviour {} }
right before #endif
to avoid such error

Issue in Selecting Text in InputField

Hey,

I've had a problem with this package and other RTL packages. The problem is in selecting text in input field, When I select text and want to clear that part, the opposite part of the text is cleared.

Any suggestion to fix this problem ?

Many thanks,
Alireza

Wraps a Word Additionally

When write a sentence and set the text horizontal overflow to wrap it wraps a word additionally that not is needed.

License File needed

I want to use this for Arabic & Persian support for license file is not included to assure that its legal to use this code. Can u guys include perhaps an MIT license ?

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.