Alexey Gulev
Alexey Gulev
I found that our sdf renderer uses `sdf_world_scale` when calculating `sdf_smoothing` , but to avoid issues screen space scale should be used. This is the reason of issues like this...
hmm, It seems like we have this logic in the ShaderUtil code. Now I'm not sure if it's outdated issue or bug in this code
ah, ok. it seems like it is bug
I hear about this problem pretty often, yes. Maybe we should think about an optional autosave for people that usually use it in the other editors?
related to https://github.com/defold/defold/issues/3958
It seems like editor doesn't add `baseVariant ` when builds https://github.com/defold/defold/blob/637042287e18e28510cc5f6ba1f59ccd4126ff01/com.dynamo.cr/com.dynamo.cr.bob/src/com/dynamo/bob/Project.java#L1338
here we add app manifest options as context of the file : https://github.com/defold/defold/blob/3ede22e06920e3b6e2aa30f1d1170b6f9f597c99/com.dynamo.cr/com.dynamo.cr.bob/src/com/dynamo/bob/pipeline/ExtenderUtil.java#L527 https://github.com/defold/defold/blob/3ede22e06920e3b6e2aa30f1d1170b6f9f597c99/com.dynamo.cr/com.dynamo.cr.bob/src/com/dynamo/bob/pipeline/ExtenderUtil.java#L315-L321 Editor doesn't do that https://github.com/defold/defold/blob/3ede22e06920e3b6e2aa30f1d1170b6f9f597c99/editor/src/clj/editor/engine/native_extensions.clj#L252 example: ``` context: withSymbols: false baseVariant: release platforms: armv7-ios: context: excludeLibs:...
https://github.com/ios-control/ios-deploy/issues/588 https://github.com/ios-control/ios-deploy/issues/522
https://github.com/flutter/flutter/issues/133465#issuecomment-2159512125
``` dynamo.graph$connect.invokeStatic.class java.lang.AssertionError: Assert failed: source-id at dynamo.graph$connect.invokeStatic(graph.clj:534) at editor.collection$child_go_go$iter__98468__98472$fn$fn.invoke(collection.clj:88) at editor.collection$child_go_go$iter__98468__98472$fn.invoke(collection.clj:88) at clojure.lang.LazySeq.sval(LazySeq.java:42) at clojure.lang.LazySeq.seq(LazySeq.java:51) at clojure.lang.RT.seq(RT.java:531) at clojure.core$seq__5387.invokeStatic(core.clj:137) at internal.transaction$apply_tx.invokeStatic(transaction.clj:809) at internal.transaction$apply_tx.invoke(transaction.clj:805) at internal.transaction$apply_tx.invokeStatic(transaction.clj:812) at internal.transaction$apply_tx.invoke(transaction.clj:805) at internal.transaction$apply_tx.invokeStatic(transaction.clj:812)...