Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
107 commits
Select commit Hold shift + click to select a range
5de47bf
Implement GenerateBuyTransaction endpoint/request support
BellringerQuinn Sep 5, 2024
ae0b9f2
Added sardine whitelist checking support
BellringerQuinn Sep 6, 2024
6b60693
Integrate GetSardineSupportedRegions request
BellringerQuinn Sep 9, 2024
8ad31a0
Added GetSardineClientToken endpoint support
BellringerQuinn Sep 9, 2024
5e98387
Basic integration for sardine checkout. Moved CollectibleOrder and de…
BellringerQuinn Sep 10, 2024
fd0a863
Checkout Options implementation
BellringerQuinn Sep 10, 2024
9ec1843
Implemented support for the remaining marketplace reader API requests
BellringerQuinn Sep 11, 2024
9734e40
GetCheckoutOptions using Order[]
BellringerQuinn Sep 11, 2024
6c693a1
Added events for reading callbacks and updated tests to make sure the…
BellringerQuinn Sep 11, 2024
b72db6e
Add tests for checking the supported checkout options for a given ord…
BellringerQuinn Sep 11, 2024
f095807
Generate buy transaction implementation and test
BellringerQuinn Sep 17, 2024
95aab33
Fixed ListCurrencies implementation such that tests pass
BellringerQuinn Oct 9, 2024
b5afa96
Finish generateBuyTransaction interface and finish writing test
BellringerQuinn Oct 9, 2024
ec8540a
Fix GetCollectible implementation such that tests pass
BellringerQuinn Oct 9, 2024
6f0186b
Rename get collectible listing/offer requests and tests
BellringerQuinn Oct 9, 2024
88a696d
Rename ListCollectibleListings/Offers to ListListings/Offers-ForColle…
BellringerQuinn Oct 10, 2024
0aca71d
Rename ListCollectiblesWithLowestListing/HighestOffer to more descrip…
BellringerQuinn Oct 10, 2024
6fe9b86
Remove TransactionGenerator as it was unused and duplicating code
BellringerQuinn Oct 10, 2024
2c649e7
Added GenerateSellTransaction method and test
BellringerQuinn Oct 10, 2024
2187cbf
Fix json construction
BellringerQuinn Oct 10, 2024
8abfee0
Fix GenerateBuy/Sell-Transaction calls such that buy tests pass
BellringerQuinn Oct 10, 2024
ddfa1da
Added GenerateListingTransaction and GenerateOfferTransaction impleme…
BellringerQuinn Oct 10, 2024
f7d7013
Refactor such that I use a more generic EnumConverter as opposed to c…
BellringerQuinn Oct 10, 2024
398ece7
Fixed GetCheckoutOptions implementation and test
BellringerQuinn Oct 10, 2024
bce1e30
Added GetFloorOrder implementation
BellringerQuinn Oct 11, 2024
7172346
Updated Transak NFT checkout integration - not currently working, I a…
BellringerQuinn Oct 11, 2024
29ebce9
Added Sardine data types
BellringerQuinn Oct 11, 2024
135374f
Added SardineGetNFTCheckoutToken integration and test. Cleaner testin…
BellringerQuinn Oct 11, 2024
0804cf1
Handle gas currency case by checking for currency address = zero address
BellringerQuinn Oct 21, 2024
5aed924
FirstCommitForQr (#170)
caballoninja Oct 22, 2024
f66d72d
Use dev for now
BellringerQuinn Oct 22, 2024
0715219
Merge remote-tracking branch 'origin/master' into Feature/marketplace…
BellringerQuinn Oct 29, 2024
ba7fa2b
Add preserve compiler tag to constructors that are used by Newtonsoft…
BellringerQuinn Oct 30, 2024
3dce425
Fix broken tests
BellringerQuinn Oct 31, 2024
979614f
Rename orderbookKind arg to orderbook
BellringerQuinn Oct 31, 2024
587358f
Fixed SardineGetSupportedRegions request and httpclient
BellringerQuinn Oct 31, 2024
50a2ef9
Fix broken test
BellringerQuinn Oct 31, 2024
3c5a6f1
Fix more tests
BellringerQuinn Oct 31, 2024
cb75331
Fix more tests
BellringerQuinn Oct 31, 2024
d397eaf
Reset session id and session wallet when trying to login not when log…
BellringerQuinn Nov 4, 2024
98396d1
Fix broken tests
BellringerQuinn Nov 4, 2024
c4fe2d6
Added basic swap api integration and tests
BellringerQuinn Nov 6, 2024
3a45d59
Use polygon for test
BellringerQuinn Nov 7, 2024
bb1b5e9
Update currency swap API, the slippage percentage is in percentage no…
BellringerQuinn Nov 11, 2024
be84a93
Throw an exception if we get a null response from API without an erro…
BellringerQuinn Nov 11, 2024
2b9eea7
Fix broken tests and add additional tests for the pre validation befo…
BellringerQuinn Nov 11, 2024
2b8d948
Fix broken generate listing transaction test implementation
BellringerQuinn Nov 12, 2024
2b3e2da
add CreateListingAndBuyIt end to end test
BellringerQuinn Nov 12, 2024
9f575e1
Merge branch 'Fix/resetSessionIdOnLoginAttempt' into Feature/marketpl…
BellringerQuinn Nov 12, 2024
cc3ff2a
Finish CreateListingAndBuyIt end to end test
BellringerQuinn Nov 12, 2024
f6b95ea
fixed stuck in loading screen when a user entered an empty email
andygruening Nov 13, 2024
6995303
Added retry logic to CreateListingAndBuyIt test as the orders are not…
BellringerQuinn Nov 13, 2024
c72c7c5
Fix GenerateBuy/SellTransaction interface to include amount to buy/sell
BellringerQuinn Nov 13, 2024
fe44872
Fix broken tests. Move marketplace seeding logic to its own class Mar…
BellringerQuinn Nov 13, 2024
2702f3a
Switch currency swap to prod api
BellringerQuinn Nov 13, 2024
62bd7cf
Fix test implementation
BellringerQuinn Nov 13, 2024
31d59ee
Rename SeeMarketplaceListingsPage/Panel to ViewMarketplaceListingsPag…
BellringerQuinn Nov 13, 2024
c3b9cb0
Added GenerateCancelRequest support and test. Test cleanup
BellringerQuinn Nov 15, 2024
1a4956b
Added default contract to viewMarketplaceListingsPage
BellringerQuinn Nov 15, 2024
6c14dd2
Update cancel order test such that I filter my fetch to only include …
BellringerQuinn Nov 18, 2024
704e4f1
Added ListAllSellableOffers and ListAllPurchasableListings methods to…
BellringerQuinn Nov 18, 2024
52ca4fd
Added IReader interface with intellisence summaries that is implement…
BellringerQuinn Nov 18, 2024
a1cdee5
Added ICheckout interface with intellisence summaries that is impleme…
BellringerQuinn Nov 18, 2024
30722b2
Extended Step[] such that it is easier to turn these into transaction…
BellringerQuinn Nov 18, 2024
f0fa2d8
Added ISwap interface with intellisence summary implemented by Curren…
BellringerQuinn Nov 18, 2024
436e85e
Update ViewMarketplacePage such that listings are shown with their pr…
BellringerQuinn Nov 20, 2024
fddfa23
Fetch mock collectible orders for now. Add focus button for marketpla…
BellringerQuinn Nov 21, 2024
6fc51da
Populate checkout page with CartItems
BellringerQuinn Nov 25, 2024
9a5fb1d
Fix transition screen UI
BellringerQuinn Nov 25, 2024
9b767bf
Merge remote-tracking branch 'origin/master' into Feature/marketplace…
BellringerQuinn Nov 25, 2024
6fcc405
increment package version
BellringerQuinn Nov 25, 2024
d6ce1c4
Fix broken test
BellringerQuinn Nov 26, 2024
1582e50
Switch to prod
BellringerQuinn Nov 26, 2024
9c1a49f
Added Cart and respective tests
BellringerQuinn Nov 26, 2024
4e7130f
Create a cart with a single listing. Return a decorated error message…
BellringerQuinn Nov 26, 2024
56bd6ac
Fix listings page assembly. Add mising array utils function
BellringerQuinn Nov 26, 2024
cdfd291
Revert "Switch to prod"
BellringerQuinn Nov 26, 2024
53dd5b9
Update intellisense summaries and fix broken tests
BellringerQuinn Nov 27, 2024
c802063
Build temporary scene to make it easier to update checkout page UI. A…
BellringerQuinn Nov 27, 2024
ee0345c
Instantiate estimated cost area, network banner, and divider
BellringerQuinn Nov 27, 2024
c6861ae
Instantiate crypto payment options
BellringerQuinn Nov 28, 2024
90536e8
Checkout setup. Additional CartTests
BellringerQuinn Nov 29, 2024
a75d6f1
Merge master into 'Fix/login-loading-screen-stuck'
andygruening Dec 2, 2024
880e2ce
increment package version
andygruening Dec 2, 2024
a5e78d0
Merge branch 'master' into Fix/login-loading-screen-stuck
BellringerQuinn Dec 3, 2024
93df64b
Migrate CheckoutPage to use an ICheckoutHelper interface, implemented…
BellringerQuinn Dec 3, 2024
0779185
Merge remote-tracking branch 'origin/Fix/login-loading-screen-stuck' …
BellringerQuinn Dec 3, 2024
0b5e2d1
Get checkout UI working with mocks
BellringerQuinn Dec 3, 2024
09b86ee
Purchase tokens via demo scene
BellringerQuinn Dec 3, 2024
fc64b58
Incrementing or decrementing amount of tokens refreshes UI
BellringerQuinn Dec 4, 2024
d2f8900
Fix broken test
BellringerQuinn Dec 4, 2024
2019a0a
Fix decimal normalizer for large BigInts
BellringerQuinn Dec 5, 2024
d7fc61e
Add test for purchasing listing with native currency
BellringerQuinn Dec 6, 2024
ba7c675
Fund account with QR code
BellringerQuinn Dec 9, 2024
9683f28
Clear spawned items in CheckoutPage when we close so that we don't en…
BellringerQuinn Dec 9, 2024
487e68a
Added on-ramp button to checkout page, supporting transak
BellringerQuinn Dec 9, 2024
71d1a70
include placeholder image url and name for sardine as these are required
BellringerQuinn Dec 10, 2024
ccef331
Added intellisense summaries for ICheckoutHelper
BellringerQuinn Dec 10, 2024
b1ee758
Switch tests to using dev env
BellringerQuinn Dec 11, 2024
56cf36f
Merge branch 'v4-beta' into Feature/marketplaceCheckout
BellringerQuinn Dec 11, 2024
ffcbbb5
Rename IReader to IMarketplaceReader
BellringerQuinn Dec 11, 2024
241749f
Merge branch 'Feature/marketplaceCheckout' of https://github.com/0xse…
BellringerQuinn Dec 11, 2024
a050062
Rename mock
BellringerQuinn Dec 11, 2024
ac1b2ed
Fix compile error
BellringerQuinn Dec 12, 2024
1d335fd
Cleanup CheckoutPage implementation and make most methods protected t…
BellringerQuinn Dec 13, 2024
78084af
Fix transak nft checkout test
BellringerQuinn Dec 13, 2024
2393d35
Cleanup - remove code I'm not as confident in and remove Temp scene +…
BellringerQuinn Dec 13, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
12 changes: 11 additions & 1 deletion Assets/GuestLogin/GuestLogin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ namespace GuestLogin
{
public class GuestLogin : MonoBehaviour
{
[SerializeField] private bool _loginAutomatically = true;

private ILogin _login;
private int _signOuts = 0;
private IWallet _wallet;
Expand All @@ -25,7 +27,10 @@ private void Awake()

private void Start()
{
_login.GuestLogin();
if (_loginAutomatically)
{
_login.GuestLogin();
}
}

private void OnWaaSWalletCreated(SequenceWallet wallet)
Expand Down Expand Up @@ -58,5 +63,10 @@ private IEnumerator SignOutThenSignBackIn()
_login.GuestLogin();
}
}

public void Login()
{
_login.GuestLogin();
}
}
}
290 changes: 289 additions & 1 deletion Assets/SequenceFrontend/Scenes/Tests.unity
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ RenderSettings:
m_ReflectionIntensity: 1
m_CustomReflection: {fileID: 0}
m_Sun: {fileID: 0}
m_IndirectSpecularColor: {r: 0.44657898, g: 0.4964133, b: 0.5748178, a: 1}
m_IndirectSpecularColor: {r: 0.44657815, g: 0.49641192, b: 0.57481617, a: 1}
m_UseRadianceAmbientProbe: 0
--- !u!157 &3
LightmapSettings:
Expand Down Expand Up @@ -576,6 +576,141 @@ RectTransform:
m_CorrespondingSourceObject: {fileID: 8067163605015323919, guid: a5a68ec1b8c3c430694abc1729fc5369, type: 3}
m_PrefabInstance: {fileID: 309099119}
m_PrefabAsset: {fileID: 0}
--- !u!1 &484486286
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 484486287}
- component: {fileID: 484486289}
- component: {fileID: 484486288}
m_Layer: 5
m_Name: Text (TMP)
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!224 &484486287
RectTransform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 484486286}
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: 0, y: 0, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
m_Children: []
m_Father: {fileID: 1100602928}
m_RootOrder: 0
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
m_AnchorMin: {x: 0, y: 0}
m_AnchorMax: {x: 1, y: 1}
m_AnchoredPosition: {x: 0, y: 0}
m_SizeDelta: {x: 0, y: 0}
m_Pivot: {x: 0.5, y: 0.5}
--- !u!114 &484486288
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 484486286}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: f4688fdb7df04437aeb418b961361dc5, type: 3}
m_Name:
m_EditorClassIdentifier:
m_Material: {fileID: 0}
m_Color: {r: 1, g: 1, b: 1, a: 1}
m_RaycastTarget: 1
m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
m_Maskable: 1
m_OnCullStateChanged:
m_PersistentCalls:
m_Calls: []
m_text: Guest
m_isRightToLeft: 0
m_fontAsset: {fileID: 11400000, guid: 8f586378b4e144a9851e7b34d9b748ee, type: 2}
m_sharedMaterial: {fileID: 2180264, guid: 8f586378b4e144a9851e7b34d9b748ee, type: 2}
m_fontSharedMaterials: []
m_fontMaterial: {fileID: 0}
m_fontMaterials: []
m_fontColor32:
serializedVersion: 2
rgba: 4281479730
m_fontColor: {r: 0.19607843, g: 0.19607843, b: 0.19607843, a: 1}
m_enableVertexGradient: 0
m_colorMode: 3
m_fontColorGradient:
topLeft: {r: 1, g: 1, b: 1, a: 1}
topRight: {r: 1, g: 1, b: 1, a: 1}
bottomLeft: {r: 1, g: 1, b: 1, a: 1}
bottomRight: {r: 1, g: 1, b: 1, a: 1}
m_fontColorGradientPreset: {fileID: 0}
m_spriteAsset: {fileID: 0}
m_tintAllSprites: 0
m_StyleSheet: {fileID: 0}
m_TextStyleHashCode: -1183493901
m_overrideHtmlColors: 0
m_faceColor:
serializedVersion: 2
rgba: 4294967295
m_fontSize: 24
m_fontSizeBase: 24
m_fontWeight: 400
m_enableAutoSizing: 0
m_fontSizeMin: 18
m_fontSizeMax: 72
m_fontStyle: 0
m_HorizontalAlignment: 2
m_VerticalAlignment: 512
m_textAlignment: 65535
m_characterSpacing: 0
m_wordSpacing: 0
m_lineSpacing: 0
m_lineSpacingMax: 0
m_paragraphSpacing: 0
m_charWidthMaxAdj: 0
m_enableWordWrapping: 1
m_wordWrappingRatios: 0.4
m_overflowMode: 0
m_linkedTextComponent: {fileID: 0}
parentLinkedComponent: {fileID: 0}
m_enableKerning: 1
m_enableExtraPadding: 0
checkPaddingRequired: 0
m_isRichText: 1
m_parseCtrlCharacters: 1
m_isOrthographic: 1
m_isCullingEnabled: 0
m_horizontalMapping: 0
m_verticalMapping: 0
m_uvLineOffset: 0
m_geometrySortingOrder: 0
m_IsTextObjectScaleStatic: 0
m_VertexBufferAutoSizeReduction: 0
m_useMaxVisibleDescender: 1
m_pageToDisplay: 1
m_margin: {x: 0, y: 0, z: 0, w: 0}
m_isUsingLegacyAnimationComponent: 0
m_isVolumetricText: 0
m_hasFontAssetChanged: 0
m_baseMaterial: {fileID: 0}
m_maskOffset: {x: 0, y: 0, z: 0, w: 0}
--- !u!222 &484486289
CanvasRenderer:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 484486286}
m_CullTransparentMesh: 1
--- !u!224 &595273815 stripped
RectTransform:
m_CorrespondingSourceObject: {fileID: 2980900696299840490, guid: 7d8e311766e5c4b8693a216ca3708b52, type: 3}
Expand Down Expand Up @@ -781,6 +916,154 @@ MonoBehaviour:
_closeAnimationDurationInSeconds: 0
_animation: 0
InitialPage: {fileID: 0}
--- !u!1 &1100602927
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 1100602928}
- component: {fileID: 1100602932}
- component: {fileID: 1100602931}
- component: {fileID: 1100602930}
- component: {fileID: 1100602929}
m_Layer: 5
m_Name: Guest
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!224 &1100602928
RectTransform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 1100602927}
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: 0, y: 0, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
m_Children:
- {fileID: 484486287}
m_Father: {fileID: 1404552077}
m_RootOrder: 9
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
m_AnchorMin: {x: 0.5, y: 0.5}
m_AnchorMax: {x: 0.5, y: 0.5}
m_AnchoredPosition: {x: 0, y: -200.5}
m_SizeDelta: {x: 160, y: 30}
m_Pivot: {x: 0.5, y: 0.5}
--- !u!114 &1100602929
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 1100602927}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: 950b78f19316442a9761372c6f370374, type: 3}
m_Name:
m_EditorClassIdentifier:
_loginAutomatically: 0
--- !u!114 &1100602930
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 1100602927}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: 4e29b1a8efbd4b44bb3f3716e73f07ff, type: 3}
m_Name:
m_EditorClassIdentifier:
m_Navigation:
m_Mode: 3
m_WrapAround: 0
m_SelectOnUp: {fileID: 0}
m_SelectOnDown: {fileID: 0}
m_SelectOnLeft: {fileID: 0}
m_SelectOnRight: {fileID: 0}
m_Transition: 1
m_Colors:
m_NormalColor: {r: 1, g: 1, b: 1, a: 1}
m_HighlightedColor: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1}
m_PressedColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 1}
m_SelectedColor: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1}
m_DisabledColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 0.5019608}
m_ColorMultiplier: 1
m_FadeDuration: 0.1
m_SpriteState:
m_HighlightedSprite: {fileID: 0}
m_PressedSprite: {fileID: 0}
m_SelectedSprite: {fileID: 0}
m_DisabledSprite: {fileID: 0}
m_AnimationTriggers:
m_NormalTrigger: Normal
m_HighlightedTrigger: Highlighted
m_PressedTrigger: Pressed
m_SelectedTrigger: Selected
m_DisabledTrigger: Disabled
m_Interactable: 1
m_TargetGraphic: {fileID: 1100602931}
m_OnClick:
m_PersistentCalls:
m_Calls:
- m_Target: {fileID: 1100602929}
m_TargetAssemblyTypeName: GuestLogin.GuestLogin, Assembly-CSharp
m_MethodName: Login
m_Mode: 1
m_Arguments:
m_ObjectArgument: {fileID: 0}
m_ObjectArgumentAssemblyTypeName: UnityEngine.Object, UnityEngine
m_IntArgument: 0
m_FloatArgument: 0
m_StringArgument:
m_BoolArgument: 0
m_CallState: 2
--- !u!114 &1100602931
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 1100602927}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
m_Name:
m_EditorClassIdentifier:
m_Material: {fileID: 0}
m_Color: {r: 1, g: 1, b: 1, a: 1}
m_RaycastTarget: 1
m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
m_Maskable: 1
m_OnCullStateChanged:
m_PersistentCalls:
m_Calls: []
m_Sprite: {fileID: 10905, guid: 0000000000000000f000000000000000, type: 0}
m_Type: 1
m_PreserveAspect: 0
m_FillCenter: 1
m_FillMethod: 4
m_FillAmount: 1
m_FillClockwise: 1
m_FillOrigin: 0
m_UseSpriteMesh: 0
m_PixelsPerUnitMultiplier: 1
--- !u!222 &1100602932
CanvasRenderer:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 1100602927}
m_CullTransparentMesh: 1
--- !u!1 &1327297838
GameObject:
m_ObjectHideFlags: 0
Expand Down Expand Up @@ -1211,6 +1494,11 @@ RectTransform:
m_CorrespondingSourceObject: {fileID: 3911810626490335503, guid: 4f2f5ce343de8447088bc48817965287, type: 3}
m_PrefabInstance: {fileID: 1404552075}
m_PrefabAsset: {fileID: 0}
--- !u!224 &1404552077 stripped
RectTransform:
m_CorrespondingSourceObject: {fileID: 3911810628226866637, guid: 4f2f5ce343de8447088bc48817965287, type: 3}
m_PrefabInstance: {fileID: 1404552075}
m_PrefabAsset: {fileID: 0}
--- !u!1 &1995973477
GameObject:
m_ObjectHideFlags: 0
Expand Down
3 changes: 3 additions & 0 deletions Assets/SequenceSDK/Integrations/Tests/Mocks.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading