Code Monkey home page Code Monkey logo

unityassetstoresupport's Introduction

unityassetstoresupport's People

Contributors

yuyang9119 avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

unityassetstoresupport's Issues

How do I set the Interpolation mode with script?

It seems like I can get access to the animation by using => UnityExtensions.Tween.TweenTransformPosition anim_ = (UnityExtensions.Tween.TweenTransformPosition)_tween.GetAnimation(0);

anim_ has this function => Interpolate

but it doesn't seem to be that qìwhat I'm looking for.

I'd like to set the Interpolation to UnityExtensions.Tween.Interpolator.Sine, How can I achieve this? Thanks

Fill Amount 和 Graphic Color 不能在Editor模式下刷新

在运行状态下是正常的。
在编辑器状态下,Inspector 面板数据是在变化的,但无论是 Game 视图还是 Scene 视图,画面都没有变化,需要手动拖动 Game 视图窗体大小时,才能看到动画的预览。

我后来又尝试了 Dotween 发现也有这个问题,这个有办法可以解决吗?还是说由于 Unity 系统的原因没法做到?

Problem

d

Hi, I'm trying to do the same setup of your scene MutiSave, but I have a problem can you help me?

扩展是否可以有开始和完成回调?

[Serializable, TweenAnimation("Rendering/Light Color", "Light Color")]
public class TweenLightColor : TweenColor
{
public override Color current
{
get => target ? target.color : Color.white;
set { if (target) target.color = value; }
} }

是否可以有开始和完成回调?
该项目还继续继续更新吗?

[TweenPlayer] - How to move button position by delta

Hi! I just buy the TweenPlayer and want to set up the button to move 100px from the left to the designed position
Please help me to do this. In current setup of "Transform Position", there are only fixed F and T, so that every I change the
designed position of the button, I must remove the component and add it again to let the F and T know a new position.
Thanks!

tween player - no way to loop x amount of times?

I can select the tween to loop or ping pong, which is great. But I can't select how many times. What if I don't want to do it infinitely? Please add the option to let the user control how many times he wants to loop or ping pong.

[Request] 路径动画

后期能提供类似 Dotween 的路径动画吗,包括折线路径和曲线路径。

[Request] Allow for tween player profiles using scriptable objects

Hi,

I have recently bought the component and I would like to request the option to have profiles using ScriptableObjects to assign to tween animations in order to have a centralized configuration which can be assigned across scenes. Currently we have to change multiple durations when we decide to change it across different players.

Tween Player

Hi

I'm interested in Tween Player for my current project. Would you be able to send me the documentation PDF file so I can review it?

Couple of questions:

  • Can you link tweens between multiple objects? So one tween is sequenced after the next?
  • Do you have events for when a tween is finished? Or when a step of the animation is finished?
  • Can you replay/rewind individual animations? How about animation sequences?

Thanks
Nic

请问用什么方式可以正确的设置TweenPlayer程序集引用呢.

你好,
请问一下TweenPlayer如何配置正确的程序集引用呢?

现在TweenPlayer的程序集是统一都打包到Assembly-CSharp-firstpass这个DLL里面的.
我在Assets/Script目录下的带有amsdef文件的脚本,没法引用UnityExtensions.Tween;

我使用了很多第三方的插件,并且配置了程序集,但似乎只有TweenPlayer遇到了这个问题.

我尝试给TweenPlayer创建了.amsdef程序集文件,但是似乎有很多交叉的引用.
1.我给每一个目录,分别创建了Editor与,Runtime的程序集但似乎,不行.
2,我尝试把TweenPlayer代码放到Scripts目录下---并且设置了Mathematics引用,和Tmpro的引用,但运行时依然会报错.
3.我尝试给TweenPlayer目录指定一个程序集,然后所有Editor目录全部共用一个程序集,似乎也不行.

如果有什么建议请告诉一下感谢!

Feature Request: Select Target

It would be nice being able to animate a target other than the gameobject which the tweenplayer is currently attached to. In DoTweenPro I can easily select another target other than self in the inspector.

[Android] Error load file on Android

Can not find localization folder on android:
Error Log:
DirectoryNotFoundException: Could not find a part of the path "/jar:file:/..."

I already build the binary files into StreamingAsset folder!

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.