エリ@Unityでアプリ開発(@ellyprogramming) 's Twitter Profile Photo

GitHubでプロジェクト管理できるようになり喜んでいるのですが、anchorPositionの変更とかもわかってくれているので感動しています☺️

account_circle
とりすーぷ(@toRisouP) 's Twitter Profile Photo

RectTransformには SetRect(Rect rect) で範囲を絶対座標で指定するプロパティが欲しい。SizeDeltaで大きさ変えながらAnchorPositionで位置調整する無理すぎる。

account_circle
Gabriel Serrano(@gserranociv) 's Twitter Profile Photo

Y estemos pendientes unos de otros para motivarnos a mostrar amor y a hacer buenas obras, y tus planes serán firmemente establecidos.

account_circle
Romeen Sheth(@RomeenSheth) 's Twitter Profile Photo

Too many people focus on strategy. Not enough focus on intensity.

Most of the time, if you turn up the intensity, it will far outweigh a shift in strategy.

In the ninth essay of my new series The Compass (with my friends at compound), I unpacked the importance of focusing on…

Too many people focus on strategy. Not enough focus on intensity.

Most of the time, if you turn up the intensity, it will far outweigh a shift in strategy.

In the ninth essay of my new series The Compass (with my friends at @Compound), I unpacked the importance of focusing on…
account_circle
emmet(@Emmmet) 's Twitter Profile Photo

Richard Meredith Not really - I think I’d also write a custom layout element type script too. Maybe wrap up some of that confusing rect transform stuff (anchorposition etc) while I’m at it.

account_circle
Just Play Football 🏈(@justplayfb) 's Twitter Profile Photo

Ready to build your playbook?

Create & organize your personal playbook with customizable tags, play diagrams, and positional assignments.

account_circle
HolmoN(@HolmoN0630) 's Twitter Profile Photo

RectTransform.anchorPositionって、画面サイズによって移動距離が違うのか、はたまた同じだが画面サイズが大きくなるせいで表示範囲が大きくなっているからなのか、うまく動いてくれない・・・

account_circle
【1MG】一隅勇【5/21📚技術書典こ14】(新5年計画1年と5か月目)(@kazusumi_web) 's Twitter Profile Photo

OddToEven();
function OddToEven(){
w = activeDocument.width.value;
h = activeDocument.height.value;
if(w%2==1){activeDocument.resizeCanvas(w+1,h,AnchorPosition.MIDDLELEFT);
w=w+1;
}
if(h%2==1){activeDocument.resizeCanvas(w,h+1,AnchorPosition.TOPCENTER);
h=h+1;
}
}

account_circle